From b02b764a3d456da4fab19e2d59a00dfff48082f6 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Thu, 17 Nov 2016 21:01:14 -0800 Subject: 3679 --- html/038new_text.cc.html | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'html/038new_text.cc.html') diff --git a/html/038new_text.cc.html b/html/038new_text.cc.html index f86c1683..8656f8a3 100644 --- a/html/038new_text.cc.html +++ b/html/038new_text.cc.html @@ -98,6 +98,15 @@ put(Type_abbreviations,return result; } +//: a new kind of typo + +:(scenario string_literal_without_instruction) +% Hide_errors = true; +def main [ + [abc] +] ++error: main: instruction '[abc]' has no recipe + //: stash recognizes strings :(scenario stash_string) -- cgit 1.4.1-2-gfad0 akkartik/teliva/about/'>about summary refs log blame commit diff stats
path: root/src/tlv.h
blob: 3ff60fc341952093c0e54cd0e6c191474a657557 (plain) (tree)
1
2
3
4
5
6
7
8
9
10