aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/char_literals.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/char_literals.sh b/tests/char_literals.sh
index c883eba..64b130b 100644
--- a/tests/char_literals.sh
+++ b/tests/char_literals.sh
@@ -21,5 +21,7 @@ int main() {
ASSERT_EQ(11, '\v');
ASSERT_EQ(0, '\0');
+
+ ASSERT_EQ(27, '\e');
}
EOF