diff options
Diffstat (limited to 'tests/indent/query/test.scm')
| -rw-r--r-- | tests/indent/query/test.scm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/indent/query/test.scm b/tests/indent/query/test.scm index 62b94417c..56d755690 100644 --- a/tests/indent/query/test.scm +++ b/tests/indent/query/test.scm @@ -38,4 +38,13 @@ "toplevel" "list" ] @variable + +[ + (parent + (child))+ + (parent + (child))* + (parent + (child))? +] @cap (( |
