forgot the patch. Attached :)
--
You received this message because you are subscribed to the Google Groups
"asciidoc" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/asciidoc?hl=en.
diff -r 98113fef7289 asciidoc.py
--- a/asciidoc.py Thu May 05 10:34:46 2011 +1200
+++ b/asciidoc.py Mon May 09 17:44:42 2011 +0200
@@ -1067,6 +1067,7 @@
# Drop line if it contains unsubstituted {name} references.
skipped = re.search(r'(?su)\{[^\\\W][-\w]*?\}(?!\\)', line)
if skipped:
+ message.warning('skipped attribute: %s' % skipped.group(0))
continue;
# Expand system attributes (eval has precedence).
reos = [