2020-06-26 22:24:14 +00:00
|
|
|
[
|
|
|
|
{
|
|
|
|
"msg": "Simple message",
|
|
|
|
"wikitext": "Foo bar",
|
2020-07-15 21:43:56 +00:00
|
|
|
"expected": false
|
2020-06-26 22:24:14 +00:00
|
|
|
},
|
|
|
|
{
|
2020-07-15 21:43:56 +00:00
|
|
|
"msg": "Already signed",
|
|
|
|
"wikitext": "Foo bar ~~~~",
|
|
|
|
"expected": true
|
2020-06-26 22:24:14 +00:00
|
|
|
},
|
|
|
|
{
|
2020-07-15 21:43:56 +00:00
|
|
|
"msg": "Already signed with trailing whitespace",
|
|
|
|
"wikitext": "Foo bar ~~~~ \n",
|
|
|
|
"expected": true
|
2020-06-26 22:24:14 +00:00
|
|
|
},
|
|
|
|
{
|
2020-07-15 21:43:56 +00:00
|
|
|
"msg": "Already signed (not at the end)",
|
|
|
|
"wikitext": "(Foo bar ~~~~)",
|
|
|
|
"expected": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"msg": "Not signed, literal tildes",
|
|
|
|
"wikitext": "Hello, I'm <nowiki>~~~~</nowiki>",
|
|
|
|
"expected": false
|
2020-06-26 22:24:14 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"msg": "Already signed multi-line",
|
|
|
|
"wikitext": "Foo\n\nbar\n\n~~~~",
|
2020-07-15 21:43:56 +00:00
|
|
|
"expected": true
|
2020-06-26 22:24:14 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"msg": "Already signed with hyphens",
|
|
|
|
"wikitext": "Foo bar --~~~~",
|
2020-07-15 21:43:56 +00:00
|
|
|
"expected": true
|
2020-06-26 22:24:14 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"msg": "Already signed without space",
|
|
|
|
"wikitext": "Foo bar~~~~",
|
2020-07-15 21:43:56 +00:00
|
|
|
"expected": true
|
2020-06-26 22:24:14 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"msg": "Signed with 5 tildes",
|
|
|
|
"wikitext": "Foo bar ~~~~~",
|
2020-07-15 21:43:56 +00:00
|
|
|
"expected": false
|
2020-06-26 22:24:14 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"msg": "Signed with 3 tildes",
|
|
|
|
"wikitext": "Foo bar ~~~",
|
2020-07-15 21:43:56 +00:00
|
|
|
"expected": false
|
2020-06-26 22:24:14 +00:00
|
|
|
}
|
|
|
|
]
|