Skip to content

Commit

Permalink
Merge pull request #34 from gabber12/patch-1
Browse files Browse the repository at this point in the history
Typo in base 64 test
  • Loading branch information
tarcieri authored Nov 3, 2016
2 parents 7c317f0 + b4e649a commit f1a7d66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions draft-tjson-examples.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# [DRAFT] Annotated TJSON examples intended for testing TJSON parsers
#
# Revision: 15 (bump this when making changes to this file)
# Revision: 16 (bump this when making changes to this file)
#
# Syntax used in this file:
#
Expand Down Expand Up @@ -197,7 +197,7 @@ name = "Invalid Base64url Binary Data"
description = "Garbage data MUST be rejected"
result = "error"

["b16:This is not a valid base64url string"]
["b64:This is not a valid base64url string"]

-----
name = "Signed Integer"
Expand Down

0 comments on commit f1a7d66

Please sign in to comment.