ledger/test/baseline/dir-alias-fail.test
Martin Michlmayr 3582fb360c Remove unnecessary command directives from test cases
These are not necessary and are currently not effective anyway (see
bug #1045)
2014-05-26 18:09:09 -04:00

10 lines
154 B
Text

alias Foo=Foo
2011-01-01 Test
Foo 10 EUR
Bar
test source -> 1
__ERROR__
While parsing file "$FILE", line 3:
Error: Illegal alias Foo=Foo
end test