Improved formatter tests
This commit is contained in:
parent
87cc3e816f
commit
4f78e7cb3d
|
@ -8,12 +8,12 @@
|
||||||
|
|
||||||
?(?-) (Formatter)
|
?(?-) (Formatter)
|
||||||
|
|
||||||
?((?x ?y) two) aaa(bbb) = two (formatter 1) test
|
?((aaa (bbb)) ok) aaa(bbb) = ok (formatter 1) test
|
||||||
?((?x ?y) two) (bbb)aaa = two (formatter 2) test
|
?(((bbb) aaa) ok) (bbb)aaa = ok (formatter 2) test
|
||||||
(a b c ) = (a b c) (formatter 3) test
|
?(((?a ?b ?c)) ((?a ?b ?c))) (a b c ) = (a b c) (formatter 3) test
|
||||||
( a b c) = (a b c) (formatter 4) test
|
?(((?a ?b ?c)) ((?a ?b ?c))) ( a b c) = (a b c) (formatter 4) test
|
||||||
( a b c ) = (a b c) (formatter 5) test
|
?(((?a ?b ?c)) ((?a ?b ?c))) ( a b c ) = (a b c) (formatter 5) test
|
||||||
(a b c ( a b c ) ) = (a b c (a b c)) (formatter 6) test
|
?(((?a ?b ?c (?d ?e ?f))) ((?a ?b ?c (?d ?e ?f)))) (a b c ( a b c ) ) = (a b c (a b c)) (formatter 6) test
|
||||||
|
|
||||||
?(?-) (Empty replacements)
|
?(?-) (Empty replacements)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue