mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 15:48:21 +00:00
Add no-coverage markers to Windows-specific code.
It won't be reached. Also, simplify the expected errors line to make it shorter.
This commit is contained in:
parent
acd6264cd8
commit
9b812a2d2a
2 changed files with 4 additions and 4 deletions
|
@ -1479,7 +1479,7 @@ def do_tests():
|
|||
|
||||
|
||||
# JSON tests - Here be dragons.
|
||||
print("9 errors expected past here -------------------------------------------------")
|
||||
print "9 errors expected past here " + "-" * 50
|
||||
test('''llEscapeURL(llList2Json(JSON_OBJECT, [llUnescapeURL(
|
||||
u"%01%02%03%04%05%06%07%08%09%0A%0B%0C%0D%0E%0F"
|
||||
u"%10%11%12%13%14%15%16%17%18%19%1A%1B%1C%1D%1E%1F"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue