File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,9 @@ CLASS ltcl_highlighter_yaml IMPLEMENTATION.
32
32
ENDMETHOD .
33
33
34
34
METHOD comment_1 .
35
- DATA ( act ) = cut->process_line( | key: "value" # comment | ) .
35
+ ASSERT 0 = 0 .
36
36
* FIXME: comments double tagged as keywords
37
+ * DATA(act) = cut->process_line( |key: "value" # comment| )
37
38
* cl_abap_unit_assert=>assert_equals(
38
39
* act = act
39
40
* exp = |<span class="selectors">key</span>|
@@ -43,11 +44,11 @@ CLASS ltcl_highlighter_yaml IMPLEMENTATION.
43
44
ENDMETHOD .
44
45
45
46
METHOD comment_2 .
46
- DATA ( act ) = cut->process_line( | # comment | ) .
47
+ ASSERT 0 = 0 .
47
48
* FIXME: comments double tagged as keywords
49
+ * DATA(act) = cut->process_line( |# comment| )
48
50
* cl_abap_unit_assert=>assert_equals(
49
51
* act = act
50
52
* exp = |<span class="comment"># comment</span>| )
51
53
ENDMETHOD .
52
-
53
54
ENDCLASS .
You can’t perform that action at this time.
0 commit comments