From 81fad708568c89fe616d5a2477d5b1fdef41e06f Mon Sep 17 00:00:00 2001 From: hclarke <0@hclarke.ca> Date: Tue, 22 Dec 2020 18:33:39 -0400 Subject: [PATCH] Fixed escape table formatting (#44) --- SPEC.md | 1 + 1 file changed, 1 insertion(+) diff --git a/SPEC.md b/SPEC.md index 5bdf5f7..695ad3d 100644 --- a/SPEC.md +++ b/SPEC.md @@ -181,6 +181,7 @@ In addition to literal code points, a number of "escapes" are supported. interpreted as described in the following table: | Name | Escape | Code Pt | +|------|--------|---------| | TODO | `\n` | TODO | | TODO | `\r` | TODO | | TODO | `\t` | TODO |