1
0
mirror of https://github.com/minimaxir/big-list-of-naughty-strings.git synced 2025-09-25 05:12:14 +02:00

Merge pull request #43 from DripDrop14/master

Added escape and double escape character(s).
This commit is contained in:
Max Woolf
2015-08-17 07:42:59 -07:00
2 changed files with 4 additions and 0 deletions

View File

@@ -11,6 +11,8 @@
"True",
"False",
"None",
"\",
"\\",
"0",
"1",
"1.00",

View File

@@ -13,6 +13,8 @@ false
True
False
None
\
\\
# Numeric Strings
#