forked from dimagi/commcare-hq
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request dimagi#31373 from dimagi/dm/django3-test-fixes
Django 3.2 test fixes
- Loading branch information
Showing
4 changed files
with
9 additions
and
4 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
corehq/apps/hqwebapp/templatetags/tests/rendered/initial_page_data.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<body> | ||
<div data-name="scalar" data-value="estrella"></div><div data-name="special_chars" data-value="here's "something" irritating to parse & deal with"></div><div data-name="list" data-value="[1, 2, 3]"></div><div data-name="maps" data-value="[{"hen": "brood"}, {"nightingale": "watch"}, {"quail": "bevy"}, {"starling": "murmuration"}]"></div> | ||
<div data-name="scalar" data-value="estrella"></div><div data-name="special_chars" data-value="here's "something" irritating to parse & deal with"></div><div data-name="list" data-value="[1, 2, 3]"></div><div data-name="maps" data-value="[{"hen": "brood"}, {"nightingale": "watch"}, {"quail": "bevy"}, {"starling": "murmuration"}]"></div> | ||
</body> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters