Skip to content

Commit

Permalink
[ci skip] Pull in changes from 1.19
Browse files Browse the repository at this point in the history
marked as skip ci since I want to merge another PR on top of this
  • Loading branch information
MaxNeedsSnacks committed Feb 21, 2024
2 parents c31bcda + 26d9636 commit 4a09cae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

public class ScriptFileInfo {
private static final Pattern FILE_FIXER = Pattern.compile("[^\\w./]");
private static final Pattern PROPERTY_PATTERN = Pattern.compile("^(\\w+)\\s*[:=]?\\s*(\\w+)$");
private static final Pattern PROPERTY_PATTERN = Pattern.compile("^(\\w+)\\s*[:=]?\\s*(-?\\w+)$");

public final ScriptPackInfo pack;
public final String file;
Expand Down

0 comments on commit 4a09cae

Please sign in to comment.