Tree @rel_0_9_2014_0427 (Download .tar.gz)
- ..
- cat.py
- crlf.py
- echo.py
- eg.silly-interpreter
- fail.py
- silly-interpreter.py
- test-crlf.expected
- test-crlf.markdown
- test-err-no-stderr.expected
- test-err-no-stderr.markdown
- test-no-tests.expected
- test-no-tests.markdown
- test-substring-error.expected
- test-substring-error.markdown
- test-utf8.expected
- test-utf8.markdown
- test1.expected
- test1.markdown
- test10.expected
- test10.markdown
- test11.expected
- test11.markdown
- test2.expected
- test2.markdown
- test3.expected
- test3.markdown
- test4.expected
- test4.markdown
- test5.expected
- test5.markdown
- test6.expected
- test6a.markdown
- test6b.markdown
- test7.expected
- test7a.markdown
- test7b.markdown
- test8.expected
- test8a.markdown
- test8b.markdown
- test9.expected
- test9.markdown
test-utf8.markdown @rel_0_9_2014_0427 — view markup · raw · history · blame
-> encoding: UTF-8
Falderal Test: UTF-8
This is an example Falderal document which contains Unicode characters, encoded in UTF-8 (this is the assumed encoding of all Falderal documents which go beyond mere ASCII.)
-> Functionality "Cat" is implemented by
-> shell command "python cat.py"
-> Tests for functionality "Cat"
Cat cats.
| n ← ★
= n ← ★
Cat dogs, too. (Intentional fail.)
| n ← ★
= m ← ★
-> Functionality "Cat (file)" is implemented by
-> shell command "python cat.py -f %(test-body-file) -o %(output-file)"
-> Tests for functionality "Cat (file)"
Cat (file) cats.
| n ← ★
= n ← ★
Cat (file) dogs, too. (Intentional fail.)
| n ← ★
= m ← ★