Skip to content

Commit ae31fcc

Browse files
minor #60695 [JsonPath] Test against official compliance test suite (mttsch)
This PR was squashed before being merged into the 7.3 branch. Discussion ---------- [JsonPath] Test against official compliance test suite Close #60669 | Q | A | ------------- | --- | Branch? | 7.3 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | Fix symfony/symfony#60669 | License | MIT <!-- Replace this notice by a description of your feature/bugfix. This will help reviewers and should be a good start for the documentation. Additionally (see https://symfony.com/releases): - Always add tests and ensure they pass. - Bug fixes must be submitted against the lowest maintained branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too). - Features and deprecations must be submitted against the latest branch. - For new features, provide some code snippets to help understand usage. - Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry - Never break backward compatibility (see https://symfony.com/bc). --> Commits ------- 7d1667653ab [JsonPath] Test against official compliance test suite
2 parents a6e3913 + fdf1a2e commit ae31fcc

File tree

3 files changed

+13265
-0
lines changed

3 files changed

+13265
-0
lines changed

Tests/Fixtures/Makefile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
override hash := 05f6cac786bf0cce95437e6f1adedc3186d54a71
2+
3+
.PHONY: cts.json
4+
cts.json:
5+
curl -f https://raw.githubusercontent.com/jsonpath-standard/jsonpath-compliance-test-suite/$(hash)/cts.json -o cts.json
6+
7+
.PHONY: clean
8+
clean:
9+
rm -f cts.json

0 commit comments

Comments
 (0)