mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-20 07:03:05 -03:00
Reorganize tests into a real spec suite
This commit is contained in:
16
spec/tests/bash_session/test_newline_in_echo_ps2.txt
Normal file
16
spec/tests/bash_session/test_newline_in_echo_ps2.txt
Normal file
@ -0,0 +1,16 @@
|
||||
---input---
|
||||
$ echo \
|
||||
> hi
|
||||
hi
|
||||
|
||||
---tokens---
|
||||
'$ ' Generic.Prompt
|
||||
'echo' Name.Builtin
|
||||
' ' Text.Whitespace
|
||||
'\\\n' Literal.String.Escape
|
||||
|
||||
'> ' Generic.Prompt
|
||||
'hi' Text
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'hi\n' Generic.Output
|
Reference in New Issue
Block a user