Skip to content

Commit d61e04a

Browse files
author
Jonas Sobotta
committed
fix simple pattern test type
1 parent f0dfe1a commit d61e04a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/zcl_aff_test_types.clas.abap

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ CLASS zcl_aff_test_types DEFINITION
8686
BEGIN OF string_pattern_simple,
8787
"! <p class="shorttext">String with pattern</p>
8888
"! description
89-
"! $PATTERN '[a-Z]*'
90-
string_pattern_simple TYPE string,
89+
"! $pattern '[a-Z]*'
90+
string_pattern TYPE string,
9191
END OF string_pattern_simple.
9292

9393
TYPES:

0 commit comments

Comments
 (0)