Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
languages
Tagging
Commits
b0a1a165
Unverified
Commit
b0a1a165
authored
May 07, 2018
by
Michael von Wenckstern
Committed by
GitHub
May 07, 2018
Browse files
Update ParserTagValueTest.java
parent
2b001664
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/test/java/de/monticore/lang/tagging/ParserTagValueTest.java
View file @
b0a1a165
...
...
@@ -57,7 +57,7 @@ public class ParserTagValueTest {
//// System.out.println(tags.getTags().get(0).getTagValue().length());
// }
@Ignore
/*
@Ignore
@Test
public void testTagschema2() throws Exception {
TaggingParser parser = new TaggingParser();
...
...
@@ -65,5 +65,5 @@ public class ParserTagValueTest {
tags.getTagBody().getTags().forEach(t -> t.getTagElements().forEach(e -> System.out.println(e.getName() + ": " + e.getTagValue().orElse(""))));
// System.out.println(tags.getTags().size());
// System.out.println(tags.getTags().get(0).getTagValue().length());
}
}
*/
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment