1: doctype "Fallbacks.g.etl" context "NonEmptyFallbacks";
 2: 
 3: // The line below demonstrate correct statement
 4: /// a documentation
 5: @[ok] some test;
 6: 
 7: // The line below demonstrate erroneous blank statement 
 8: /// a documentation
 9: @[ok];
 10: 
 11: // The line below demonstrate error in the attributes
 12: /// a documentation
 13: @[1] some test;
 14: 
 15: // The line below demonstrate error in the statement
 16: /// a documentation
 17: @[ok] error;

AltStyle によって変換されたページ (->オリジナル) /