We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc913ff commit 45aff20Copy full SHA for 45aff20
specs/Specs.bas
@@ -258,7 +258,7 @@ Public Function Specs() As SpecSuite
258
259
With Specs.It("should json-encode strings")
260
Dim Strings As Variant
261
- Strings = Array("""\" & vbCrLf & vbTab & vbBack & vbFormFeed, ChrW(128) & ChrW(32767), "#$%&{|}~")
+ Strings = Array("""\" & vbCr & vbLf & vbTab & vbBack & vbFormFeed, ChrW(128) & ChrW(32767), "#$%&{|}~")
262
263
JsonString = JsonConverter.ConvertToJson(Strings)
264
.Expect(JsonString).ToEqual "[""\""\\\r\n\t\b\f"",""\u0080\u7FFF"",""#$%&{|}~""]"
0 commit comments