Added tests for whitespace
This commit is contained in:
parent
95d8bf3d8e
commit
bb58d295fd
|
@ -1,5 +1,12 @@
|
|||
?(?-) (This example tests various aspects of the implementation.)
|
||||
|
||||
?(?-) (Whitespace)
|
||||
|
||||
(a b c ) = (a b c) test
|
||||
( a b c) = (a b c) test
|
||||
( a b c ) = (a b c) test
|
||||
(a b c ( a b c ) ) = (a b c (a b c)) test
|
||||
|
||||
?(?-) (Inline rules)
|
||||
|
||||
<> ((?x -> ?y)) (<> ?x ?y)
|
||||
|
|
Loading…
Reference in New Issue