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