• DoctypeDeclaration{http://etl.sf.net/etl/doctype/0.2.1}:
    • systemId: "Fallbacks.g.etl"
    • context: "NonEmptyFallbacks"
  • SomeStatement{http://etl.sf.net/2006/tests/fallbacks}:
    • documentation: /// a documentation
    • attributes: ok
    • value: test
  • SomeStatement{http://etl.sf.net/2006/tests/fallbacks}:
    • documentation: /// a documentation
    • attributes: ok
  • SomeStatement{http://etl.sf.net/2006/tests/fallbacks}:
    • documentation: /// a documentation
  • SomeStatement{http://etl.sf.net/2006/tests/fallbacks}:
    • documentation: /// a documentation
    • attributes: ok
     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;
  • SYNTAX_ERROR: NonEmptyFallbacks.test.etl(9,6,232)-(9,6,232): Syntax error. Expecting statement from context net.sf.etl.tests.data.fallbacks.Fallbacks:NonEmptyFallbacks@file:/C:/temp/etl-java-0_2_1/src/tests/src/net/sf/etl/tests/data/fallback/Fallbacks.g.etl.
  • SYNTAX_ERROR: NonEmptyFallbacks.test.etl(13,3,315)-(13,3,315): Syntax error. Expecting token with kind "IDENTIFIER".
  • SYNTAX_ERROR: NonEmptyFallbacks.test.etl(17,7,413)-(17,7,413): Syntax error. Expecting statement from context net.sf.etl.tests.data.fallbacks.Fallbacks:NonEmptyFallbacks@file:/C:/temp/etl-java-0_2_1/src/tests/src/net/sf/etl/tests/data/fallback/Fallbacks.g.etl.