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. --- package.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'package.yaml') diff --git a/package.yaml b/package.yaml index 13cad6c..a573935 100644 --- a/package.yaml +++ b/package.yaml @@ -54,4 +54,5 @@ tests: - hspec - hspec-expectations - hspec-megaparsec + - QuickCheck - raw-strings-qq -- cgit v1.2.3