From ac35833d4dccc0f94d53970ae599e150c21396cb Mon Sep 17 00:00:00 2001 From: hclarke <0@hclarke.ca> Date: Tue, 22 Dec 2020 14:50:30 -0400 Subject: [PATCH] Fixed escape table formatting --- 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 |