aboutsummaryrefslogtreecommitdiff
path: root/testdata/script_joinStatements_test.data
AgeCommit message (Collapse)Author
2023-11-11script: respect spaces when joining multi lines commandShulhan
If a multi lines command does not have spaces or have multiple spaces, join them as is. For example, a\ b should return the value as "ab", while a \ b should return "a b".