Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(195)

Side by Side Diff: mojo/public/third_party/markupsafe/_constants.py

Issue 1410053006: Move third_party/mojo/src/mojo/public to mojo/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # -*- coding: utf-8 -*- 1 # -*- coding: utf-8 -*-
2 """ 2 """
3 markupsafe._constants 3 markupsafe._constants
4 ~~~~~~~~~~~~~~~~~~~~~ 4 ~~~~~~~~~~~~~~~~~~~~~
5 5
6 Highlevel implementation of the Markup string. 6 Highlevel implementation of the Markup string.
7 7
8 :copyright: (c) 2010 by Armin Ronacher. 8 :copyright: (c) 2010 by Armin Ronacher.
9 :license: BSD, see LICENSE for more details. 9 :license: BSD, see LICENSE for more details.
10 """ 10 """
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 'uuml': 252, 258 'uuml': 252,
259 'weierp': 8472, 259 'weierp': 8472,
260 'xi': 958, 260 'xi': 958,
261 'yacute': 253, 261 'yacute': 253,
262 'yen': 165, 262 'yen': 165,
263 'yuml': 255, 263 'yuml': 255,
264 'zeta': 950, 264 'zeta': 950,
265 'zwj': 8205, 265 'zwj': 8205,
266 'zwnj': 8204 266 'zwnj': 8204
267 } 267 }
OLDNEW
« no previous file with comments | « mojo/public/third_party/markupsafe/_compat.py ('k') | mojo/public/third_party/markupsafe/_native.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698