mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-03 13:55:39 +02:00
Fix typos
This commit is contained in:
@@ -7650,7 +7650,7 @@ with expansion:
|
||||
""custom"" == ""custom""
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
JsonWriter escapes charaters in strings properly
|
||||
JsonWriter escapes characters in strings properly
|
||||
Quote in a string is escaped
|
||||
-------------------------------------------------------------------------------
|
||||
Json.tests.cpp:<line number>
|
||||
@@ -7662,7 +7662,7 @@ with expansion:
|
||||
""\""" == ""\"""
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
JsonWriter escapes charaters in strings properly
|
||||
JsonWriter escapes characters in strings properly
|
||||
Backslash in a string is escaped
|
||||
-------------------------------------------------------------------------------
|
||||
Json.tests.cpp:<line number>
|
||||
@@ -7674,7 +7674,7 @@ with expansion:
|
||||
""\\"" == ""\\""
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
JsonWriter escapes charaters in strings properly
|
||||
JsonWriter escapes characters in strings properly
|
||||
Forward slash in a string is **not** escaped
|
||||
-------------------------------------------------------------------------------
|
||||
Json.tests.cpp:<line number>
|
||||
@@ -7686,7 +7686,7 @@ with expansion:
|
||||
""/"" == ""/""
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
JsonWriter escapes charaters in strings properly
|
||||
JsonWriter escapes characters in strings properly
|
||||
Backspace in a string is escaped
|
||||
-------------------------------------------------------------------------------
|
||||
Json.tests.cpp:<line number>
|
||||
@@ -7698,7 +7698,7 @@ with expansion:
|
||||
""\b"" == ""\b""
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
JsonWriter escapes charaters in strings properly
|
||||
JsonWriter escapes characters in strings properly
|
||||
Formfeed in a string is escaped
|
||||
-------------------------------------------------------------------------------
|
||||
Json.tests.cpp:<line number>
|
||||
@@ -7710,7 +7710,7 @@ with expansion:
|
||||
""\f"" == ""\f""
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
JsonWriter escapes charaters in strings properly
|
||||
JsonWriter escapes characters in strings properly
|
||||
linefeed in a string is escaped
|
||||
-------------------------------------------------------------------------------
|
||||
Json.tests.cpp:<line number>
|
||||
@@ -7722,7 +7722,7 @@ with expansion:
|
||||
""\n"" == ""\n""
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
JsonWriter escapes charaters in strings properly
|
||||
JsonWriter escapes characters in strings properly
|
||||
carriage return in a string is escaped
|
||||
-------------------------------------------------------------------------------
|
||||
Json.tests.cpp:<line number>
|
||||
@@ -7734,7 +7734,7 @@ with expansion:
|
||||
""\r"" == ""\r""
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
JsonWriter escapes charaters in strings properly
|
||||
JsonWriter escapes characters in strings properly
|
||||
tab in a string is escaped
|
||||
-------------------------------------------------------------------------------
|
||||
Json.tests.cpp:<line number>
|
||||
@@ -7746,7 +7746,7 @@ with expansion:
|
||||
""\t"" == ""\t""
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
JsonWriter escapes charaters in strings properly
|
||||
JsonWriter escapes characters in strings properly
|
||||
combination of characters is escaped
|
||||
-------------------------------------------------------------------------------
|
||||
Json.tests.cpp:<line number>
|
||||
|
Reference in New Issue
Block a user