porting/diag.t: Add comments
authorKarl Williamson <public@khwilliamson.com>
Fri, 3 Jan 2014 16:17:14 +0000 (09:17 -0700)
committerKarl Williamson <public@khwilliamson.com>
Fri, 3 Jan 2014 16:21:34 +0000 (09:21 -0700)
t/porting/diag.t

index 74267b4..45be785 100644 (file)
@@ -672,6 +672,12 @@ Wrong syntax (suid) fd script name "%s"
 'X' outside of string in unpack
 
 __CATEGORIES__
+
+# This is a warning, but is currently followed immediately by a croak (toke.c)
 Illegal character \%o (carriage return)
+
+# Because uses WARN_MISSING as a synonym for WARN_UNINITIALIZED (sv.c)
 Missing argument in %s
+
+# This message can be both fatal and non-
 False [] range "%s" in regex; marked by <-- HERE in m/%s/