We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.
1 parent af5495c commit 724d603Copy full SHA for 724d603
src/XmlFileParser.php
@@ -193,7 +193,7 @@ private function childHasInterestingData(Frame $child): bool
193
194
private function wrapInGIfNeeded(string $name): string
195
{
196
- if (!preg_match('/^[A-z][A-z0-9]*$/', $name)) {
+ if (!preg_match('/^[A-z][.A-z0-9]*$/', $name)) {
197
// json_encode adds and properly escapes quotes
198
return '_G[' . json_encode($name) . ']';
199
}
0 commit comments