You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test.equal(root.lookup("Test3").comment,"Message\nwith\na\ncomment and stars.","should parse doc-block multiline comment");
16
+
test.equal(root.lookup("Test4").comment,"followed by a block comment, followed by a newline. (issue #1616)","should parse double slash comment followed by block comment");
17
+
test.equal(root.lookup("Test5").comment,"line comment with\nwhitespace in front","should ignore leading whitespace when parsing line comments");
18
+
test.equal(root.lookup("Test6").comment,"with strange whitespace","should parse block comment preceeded by double slash comments with leading whitespace");
16
19
17
20
test.equal(root.lookup("Test1.field1").comment,"Field with a doc-block comment.","should parse doc-block field comment");
18
21
test.equal(root.lookup("Test1.field2").comment,"Field with a single-line comment starting with two slashes.","should parse double-slash field comment");
0 commit comments