From 77ac7211a4df4f7a848b7def4aaff7fb1db9f28d Mon Sep 17 00:00:00 2001 From: Taco Hoekwater Date: Thu, 9 Jun 2011 10:13:49 +0000 Subject: another tiny context patch git-svn-id: svn://tug.org/texlive/trunk@22883 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/context/base/data-pre.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Master/texmf-dist/tex/context/base') diff --git a/Master/texmf-dist/tex/context/base/data-pre.lua b/Master/texmf-dist/tex/context/base/data-pre.lua index f774ba6eb0d..57905fa5e90 100644 --- a/Master/texmf-dist/tex/context/base/data-pre.lua +++ b/Master/texmf-dist/tex/context/base/data-pre.lua @@ -121,7 +121,7 @@ end local function resolve(str) -- use schemes, this one is then for the commandline only local res = resolved[str] if not res then - res = gsub(str,"([a-z][a-z]+):([^ \"\']*)",_resolve_) + res = gsub(str,"([a-z][a-z]+):([^ \"\';]*)",_resolve_) resolved[str] = res abstract[res] = str end -- cgit v1.2.3