We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b14fbc commit c14cc1fCopy full SHA for c14cc1f
1 file changed
app/Commands/ParsePpdOptionsFromPpdFileCommand.php
@@ -69,7 +69,8 @@ public function handle()
69
70
71
if($cmd[1] == 'OpenGroup'){
72
- preg_match('/^\\*([a-zA-Z0-9-_]+): ([a-zA-Z0-9-_ ]+)\/([^\\n]+)/um', $value, $group);
+ preg_match('/^\\*([a-zA-Z0-9-_]+): ([a-zA-Z0-9-_ ]+)\/?([^\\n]*?)/um', $value, $group);
73
+
74
$currentGroup = [$group[2], $group[3]];
75
}
76
0 commit comments