mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
+test gnu.org/frbidi (#109)
This commit is contained in:
parent
b67f0350fe
commit
e35091d0be
|
@ -14,4 +14,9 @@ build:
|
||||||
./configure --prefix={{prefix}} --disable-debug
|
./configure --prefix={{prefix}} --disable-debug
|
||||||
make --jobs={{ hw.concurrency }} install
|
make --jobs={{ hw.concurrency }} install
|
||||||
|
|
||||||
test: true #FIXME
|
test:
|
||||||
|
fixture:
|
||||||
|
a _lsimple _RteST_o th_oat
|
||||||
|
script: |
|
||||||
|
out="$(fribidi --charset=CapRTL --clean --nobreak $FIXTURE)"
|
||||||
|
test "$out" = "a simple TSet that"
|
||||||
|
|
Loading…
Reference in a new issue