Add more tests for bracket argument

This commit is contained in:
Uy Ha 2021-04-11 01:08:13 +02:00
parent d60c148dfa
commit 84d412db7f

View file

@ -92,3 +92,38 @@ message([[First argument]] [[Second argument]])
) )
) )
) )
=====================================
Two bracket with two equals arguments
=====================================
message(
[====[First argument]====]
[====[Second argument]====]
)
---
(source_file
(command_invocation
(identifier)
(seperation (space))
(arguments
(argument
(bracket_argument
(bracket_open)
(bracket_content)
(bracket_close)
)
)
(seperation (space))
(argument
(bracket_argument
(bracket_open)
(bracket_content)
(bracket_close)
)
)
(seperation (line_ending (newline)))
)
)
)