| Summary: | wikitext fails to draw strikethrough if hyphen between words is present | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | z_Archived | Reporter: | Mik Kersten <mik.kersten> | ||||||
| Component: | Mylyn | Assignee: | David Green <greensopinion> | ||||||
| Status: | RESOLVED FIXED | QA Contact: | David Green <greensopinion> | ||||||
| Severity: | minor | ||||||||
| Priority: | P3 | ||||||||
| Version: | unspecified | ||||||||
| Target Milestone: | 1.4.0 | ||||||||
| Hardware: | PC | ||||||||
| OS: | Windows 7 | ||||||||
| Whiteboard: | |||||||||
| Attachments: |
|
||||||||
|
Description
Mik Kersten
David: Let's try to do this for Mylyn 3.6. fixed for 1.4 (for Mylyn 3.6) Note that this change makes phrase modifiers more greedy, and will affect the following markup constructs: * bold text, using ** * citation, using ?? * italic, using __ * emphasis, using _ * strong, using * * inserted, using + * subscript, using ~ * superscript, using ^ * code, using @ * span, using % * deleted, using - If you notice anything strange please let me know. Created attachment 190095 [details]
mylyn/context/zip
(In reply to comment #2) > fixed for 1.4 (for Mylyn 3.6) 1.4 will be part of Mylyn 3.5 :). https://hudson.eclipse.org/hudson/user/spingel/my-views/view/Mylyn/job/mylyn-heartbeat/163/testReport/org.eclipse.mylyn.wikitext.textile.core/TextileLanguageTasksTest/testSubversiveBugReport/ Test Results for Build 163 org.eclipse.mylyn.tests.AllHeartbeatTests org.eclipse.mylyn.wikitext.textile.core.TextileLanguageTasksTest testSubversiveBugReport(org.eclipse.mylyn.wikitext.textile.core.TextileLanguageTasksTest) java.lang.StackOverflowError at java.util.regex.Pattern$Loop.match(Pattern.java:4275) at java.util.regex.Pattern$GroupTail.match(Pattern.java:4227) at java.util.regex.Pattern$BranchConn.match(Pattern.java:4078) at java.util.regex.Pattern$CharProperty.match(Pattern.java:3345) at java.util.regex.Pattern$Branch.match(Pattern.java:4114) at java.util.regex.Pattern$GroupHead.match(Pattern.java:4168) Ack - sorry, I only ran part of the test suite before pushing. Fixed this problem, cleaned up the regex and added more tests. All tests are now passing. Created attachment 190191 [details]
mylyn/context/zip
|