Added tests for grouping t#09
This commit is contained in:
35
tests/test_punctuation_grouping.alpha
Normal file
35
tests/test_punctuation_grouping.alpha
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
)
|
||||||
|
a)
|
||||||
|
)a
|
||||||
|
)*
|
||||||
|
*)
|
||||||
|
(
|
||||||
|
a(
|
||||||
|
(a
|
||||||
|
(*
|
||||||
|
*(
|
||||||
|
|
||||||
|
|
||||||
|
{
|
||||||
|
a{
|
||||||
|
{a
|
||||||
|
{*
|
||||||
|
*{
|
||||||
|
}
|
||||||
|
a}
|
||||||
|
}a
|
||||||
|
}*
|
||||||
|
*}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
[
|
||||||
|
a[
|
||||||
|
[a
|
||||||
|
[*
|
||||||
|
*[
|
||||||
|
]
|
||||||
|
a]
|
||||||
|
]a
|
||||||
|
]*
|
||||||
|
*]
|
Reference in New Issue
Block a user