mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
Sync test_plistlib.py with plistlib.py
This commit is contained in:
parent
a92e81bf48
commit
78118992ad
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ from test import test_support
|
|||
|
||||
# This test data was generated through Cocoa's NSDictionary class
|
||||
TESTDATA = """<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" \
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" \
|
||||
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue