From 2760bd8ee120b5f8db95dd96ce85890cc88d9e8e Mon Sep 17 00:00:00 2001 From: Dmitrii Skurikhin Date: Sun, 29 Mar 2020 16:56:07 +0300 Subject: Don't encode controls as block strings Fixes #39. String containing control sequences should be encoded as simple strings even if they contain newlines, since the block strings can contain only SourceCharacters. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a250a4..48cbd3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to ## [Unreleased] ### Fixed - Result of null encoding +- Block strings encoding +- Result of tab and newline encoding ### Added - AST for the GraphQL schema. -- cgit v1.2.3