mirror of
https://github.com/Stone-Red-Code/YesNt-Interpreter.git
synced 2026-09-10 07:56:08 +02:00
Switch safe string encoding from ~tilde codes to SOH-delimited codes throughout
This commit is contained in:
@@ -150,7 +150,7 @@ public class ListStatementsTests
|
||||
List<string> lines =
|
||||
[
|
||||
"list items new",
|
||||
"list items add hello~spcworld",
|
||||
"list items add \"hello world\"",
|
||||
"list items get 0",
|
||||
"var result = %out eval",
|
||||
"${result}"
|
||||
|
||||
Reference in New Issue
Block a user