Skip to content

Commit

Permalink
Typo in base 64 test
Browse files Browse the repository at this point in the history
Fixed typo in base64 tag test.
Bumped the revision
  • Loading branch information
gabber12 authored Nov 3, 2016
1 parent 7c317f0 commit b4e649a
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 b4e649a

Please sign in to comment.