From b4e649ab291761c8ea7729c96a82065906a711b8 Mon Sep 17 00:00:00 2001 From: shubham sharma Date: Thu, 3 Nov 2016 23:58:57 +0530 Subject: [PATCH] Typo in base 64 test Fixed typo in base64 tag test. Bumped the revision --- draft-tjson-examples.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/draft-tjson-examples.txt b/draft-tjson-examples.txt index eed5a07..52b9581 100644 --- a/draft-tjson-examples.txt +++ b/draft-tjson-examples.txt @@ -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: # @@ -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"