diff options
| author | Claude Paroz <claude@2xlibre.net> | 2013-11-18 14:05:59 +0100 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2013-11-18 20:32:13 +0100 |
| commit | 97ac22ebfca0a5b0759f495cc5d7bed3f9da6615 (patch) | |
| tree | 1a7d320125c93f1932996ed2bd0b2745a5f8d671 /tests/fixtures_regress/fixtures/path.containing.dots.json | |
| parent | bc0413cbc6fd472371e907f17303c5ddcc9b4642 (diff) | |
Fixed #21457 -- Allowed fixture file name to contain dots
Thanks Keryn Knight for the report.
Diffstat (limited to 'tests/fixtures_regress/fixtures/path.containing.dots.json')
| -rw-r--r-- | tests/fixtures_regress/fixtures/path.containing.dots.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/fixtures_regress/fixtures/path.containing.dots.json b/tests/fixtures_regress/fixtures/path.containing.dots.json new file mode 100644 index 0000000000..d62ac03fff --- /dev/null +++ b/tests/fixtures_regress/fixtures/path.containing.dots.json @@ -0,0 +1,9 @@ +[ + { + "pk": "1", + "model": "fixtures_regress.absolute", + "fields": { + "name": "Load Absolute Path Test" + } + } +] |
