Files
cappuccino/Tests/Objective-J/Preprocessor/OutputTests/Misc/regex-simple-char-classes.j
T

11 lines
78 B
Plaintext

/[\{]/;
/[\}]/;
/[@]/;
/[\[]/;
/[\]]/;
/[#]/;
/[\(]/;
/[\)]/;
/(\[)/;
/(\])/;