You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: delphi-frontend/src/main/java/au/com/integradev/delphi/preprocessor/directive/CompilerDirectiveParserImpl.java
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -238,7 +238,10 @@ private String readName() {
238
238
StringBuildername = newStringBuilder();
239
239
charcharacter = currentChar();
240
240
241
-
while (Character.isLetter(character) || Character.isDigit(character) || character == '_') {
Copy file name to clipboardExpand all lines: delphi-frontend/src/test/java/au/com/integradev/delphi/preprocessor/directive/CompilerDirectiveParserTest.java
0 commit comments