This repository was archived by the owner on May 18, 2026. It is now read-only.
Commit edcaa75
committed
test: fix escaping in integration test for control characters
Correctly use backslashes in dedent template literals to expect literal \n and \.
This matches the Ruby code generator's behavior of escaping control characters.1 parent f183814 commit edcaa75
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
0 commit comments