Soft'N'Design Software
/
projects
/
morep.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2c3494
)
add test on array parsing for string with space
author
Mazet Laurent
<laurent.mazet@thalesgroup.com>
Tue, 6 May 2025 16:28:49 +0000
(18:28 +0200)
committer
Mazet Laurent
<laurent.mazet@thalesgroup.com>
Tue, 6 May 2025 16:28:49 +0000
(18:28 +0200)
script-lo.eth
patch
|
blob
|
blame
|
history
diff --git
a/script-lo.eth
b/script-lo.eth
index 0daf6bcab34487b2c8aac06d706b034b3d845424..3c85640c2a285c29a724f878aa925c18c925bd42 100644
(file)
--- a/
script-lo.eth
+++ b/
script-lo.eth
@@
-10,3
+10,15
@@
R0808 MSG=24 DATA=42:79:65:20:77:6f:72:6c:64
T0808 MSG=10 DATA=@script-lo.eth
R0808 MSG=10 DATA=@script-lo.eth
+
+T0808 MSG=15 DATA="123456789\ 12345"
+R0808 MSG=15 DATA="123456789\ 12345" DATALEN=15
+
+T0808 MSG=15 DATA="12\456789\ 12345"
+R0808 MSG=15 DATA="12\456789\ 12345" DATALEN=15
+
+T0808 MSG=15 DATA="12\ 456789\ 12345"
+R0808 MSG=15 DATA="12\ 456789\ 12345" DATALEN=15
+
+T0808 MSG=10 DATA="123456789\"
+R0808 MSG=10 DATA="123456789\" DATALEN=10