Squish42 commited on
Commit
6d8ed78
1 Parent(s): 0c92427

Fix a few incorrectly escaped edge cases

Browse files
Files changed (2) hide show
  1. bluemoon.json +2 -2
  2. dataset.yaml +2 -2
bluemoon.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9381558c295e269058766e6691343b7c7e6eaa3f52c500673655de89f412fa5d
3
- size 222763320
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe8dfa8a2d421dde9cfccb4be83f450bb1832a242a30b153081dacf37c59cd29
3
+ size 222763078
dataset.yaml CHANGED
@@ -226,7 +226,7 @@ _steps:
226
  [ "I'll start out a with an opening post.", "" ],
227
  [ "\nOOC\n", "" ],
228
  [ "NSFW\n\n", "" ], [ "Kinda short -- sorry!", "" ],
229
- [ "\nthe end?^^", "" ], [ '\nThe end.^^', "" ], [ '\nthe end?', "" ], [ '\nThe end?', "" ], [ '\nThe end.', "" ],
230
  # We can probably hit more end of message (ooc ...) with regex.
231
  [ "\nThe End. (awwww lol)", "" ],
232
  [ "\nThe End.", "" ], [ "The End?", "" ], [ "\n~The End~", "" ], [ "The End ^^\nshortest RP ever XDD", "" ],
@@ -304,6 +304,6 @@ _passes:
304
  ]
305
  artifacts:
306
  - file: 'out/bluemoon.json'
307
- sha512: e42913ab405ef52369a61f896a4d41a0b23aefe170cd9c482def8aa27422bdc21d90f1b776089d73bf5376f53e235c431652061e2d8413efb3210d71345dbdfc
308
 
309
  passes: [ *clean ]
 
226
  [ "I'll start out a with an opening post.", "" ],
227
  [ "\nOOC\n", "" ],
228
  [ "NSFW\n\n", "" ], [ "Kinda short -- sorry!", "" ],
229
+ [ "\nthe end?^^", "" ], [ "\nThe end.^^", "" ], [ "\nthe end?", "" ], [ "\nThe end?", "" ], [ "\nThe end.", "" ],
230
  # We can probably hit more end of message (ooc ...) with regex.
231
  [ "\nThe End. (awwww lol)", "" ],
232
  [ "\nThe End.", "" ], [ "The End?", "" ], [ "\n~The End~", "" ], [ "The End ^^\nshortest RP ever XDD", "" ],
 
304
  ]
305
  artifacts:
306
  - file: 'out/bluemoon.json'
307
+ sha512: 55283c2ba88be4243c296e1aa2cc13c685932f1c4b96254c6cab12e30c9526085c1433e824cf9f388995fea71e4b99e55f004621b9e7b4a936378d5e61e410e0
308
 
309
  passes: [ *clean ]