Skip to content

Commit 0902464

Browse files
committed
Add a test of halcmd with backslash continuations
1 parent 2c302c2 commit 0902464

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

tests/hal-backslash/expected

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Signals:
2+
Type Value Name (linked to)
3+
bit TRUE hello
4+

tests/hal-backslash/test.hal

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
newsig \
2+
hello \
3+
bit
4+
5+
sets \
6+
hello \
7+
\
8+
true
9+
10+
\
11+
show \
12+
\
13+
sig

0 commit comments

Comments
 (0)