Update libdparse to v0.11.2 (#429)

Update libdparse to v0.11.2
merged-on-behalf-of: Basile-z <Basile-z@users.noreply.github.com>
This commit is contained in:
Laurent Tréguier 2019-02-12 18:53:19 +01:00 committed by The Dlang Bot
parent dae7d85c80
commit b34acc9f26
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
"targetType": "autodetect",
"license": "BSL-1.0",
"dependencies": {
"libdparse": "~>0.10.12"
"libdparse": "~>0.11.2"
},
"targetPath" : "bin/",
"targetName" : "dfmt",

@ -1 +1 @@
Subproject commit ea63487efde96b6f169065d801bbcb8d7ed5dbb4
Subproject commit 23b20de4ee48ed3f0e8729f6318405543cb3a611

View File

@ -230,7 +230,7 @@ private string generateFixedLengthCases()
"package", "pragma", "private", "protected", "public", "pure", "real", "ref", "return", "scope",
"shared", "short", "static", "struct", "super", "switch", "synchronized", "template", "this",
"throw", "true", "try", "typedef", "typeid", "typeof", "ubyte", "ucent", "uint", "ulong",
"union", "unittest", "ushort", "version", "void", "volatile", "wchar",
"union", "unittest", "ushort", "version", "void", "wchar",
"while", "with", "__DATE__", "__EOF__", "__FILE__",
"__FUNCTION__", "__gshared", "__LINE__", "__MODULE__", "__parameters",
"__PRETTY_FUNCTION__", "__TIME__", "__TIMESTAMP__",