Add some tests

This commit is contained in:
Uy Ha 2021-04-08 00:24:02 +02:00
parent 192d484892
commit 68d12f7e12
2 changed files with 32 additions and 0 deletions

View file

@ -0,0 +1,14 @@
===============================================
Command invocation without argument with spaces
===============================================
message( )
---
(source_file
(command_invocation
(identifier)
(seperation (space))
)
)

View file

@ -0,0 +1,18 @@
================================================
Command invocation without argument with newline
================================================
message(
)
---
(source_file
(command_invocation
(identifier)
(seperation
(line_ending (newline))
)
)
)