We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use DIRECTORY_SEPARATOR or / instead of "\". This is inconsistent with other test cases such as ParserGrammarTest.php
/
10:$outTestCaseDir = __DIR__ . "\\cases\\php-langspec\\"; 12:file_put_contents($outTestCaseDir . "README.md", "Auto-generated from php/php-langspec tests");
The text was updated successfully, but these errors were encountered:
dab357f
Merge pull request #235 from TysonAndre/fix-backslashes-unix
faca5af
Fixes #224: Use DIRECTORY_SEPARATOR instead
No branches or pull requests
Use DIRECTORY_SEPARATOR or
/
instead of "\". This is inconsistent with other test cases such as ParserGrammarTest.phpThe text was updated successfully, but these errors were encountered: