changed the comment marker from # to %, just because
This commit is contained in:
parent
b388ebc2e3
commit
749c7daea8
2 changed files with 407 additions and 408 deletions
|
@ -5,7 +5,7 @@ import sys
|
||||||
|
|
||||||
#badwords = []
|
#badwords = []
|
||||||
|
|
||||||
valid_encoded_char = r'[abcdefghijklmnopqrstuvwxyz\'+\-*",.:;WUBRGPV/XTQ|\\&^\{\}@ \n=~#]'
|
valid_encoded_char = r'[abcdefghijklmnopqrstuvwxyz\'+\-*",.:;WUBRGPV/XTQ|\\&^\{\}@ \n=~%\[\]]'
|
||||||
|
|
||||||
dash_marker = '~'
|
dash_marker = '~'
|
||||||
bullet_marker = '='
|
bullet_marker = '='
|
||||||
|
@ -73,7 +73,7 @@ x_marker = 'X'
|
||||||
tap_marker = 'T'
|
tap_marker = 'T'
|
||||||
untap_marker = 'Q'
|
untap_marker = 'Q'
|
||||||
this_marker = '@'
|
this_marker = '@'
|
||||||
counter_marker = '#'
|
counter_marker = '%'
|
||||||
bsidesep = '\n'
|
bsidesep = '\n'
|
||||||
|
|
||||||
unary_max = 20
|
unary_max = 20
|
||||||
|
@ -616,4 +616,3 @@ if __name__ == '__main__':
|
||||||
else:
|
else:
|
||||||
print 'Usage: ' + sys.argv[0] + ' ' + '<JSON file> [output filename]'
|
print 'Usage: ' + sys.argv[0] + ' ' + '<JSON file> [output filename]'
|
||||||
exit(1)
|
exit(1)
|
||||||
|
|
||||||
|
|
810
output.txt
810
output.txt
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue