From 33684b7788490ff21fbb5c8dbe26752eb28d799f Mon Sep 17 00:00:00 2001 From: Sandro Cirulli Date: Sat, 14 Jan 2017 14:12:10 +0000 Subject: [PATCH] remove old references to google repos #56 (#66) --- bin/xspec.sh | 1 - tutorial/escape-for-regex.xspec | 123 ++++++++++++++------------------ 2 files changed, 55 insertions(+), 69 deletions(-) diff --git a/bin/xspec.sh b/bin/xspec.sh index 3fdf28ec5..8d50955bd 100755 --- a/bin/xspec.sh +++ b/bin/xspec.sh @@ -58,7 +58,6 @@ die() { # script for Saxon [1]. If it is present, that means the user already # configured it, so there is no point to duplicate the logic here. # Just use it. -# [1]http://code.google.com/p/expath-pkg/source/browse/trunk/saxon/pkg-saxon/src/shell/saxon if which saxon > /dev/null 2>&1; then echo Saxon script found, use it. diff --git a/tutorial/escape-for-regex.xspec b/tutorial/escape-for-regex.xspec index 9bf96daf6..58de3cf83 100644 --- a/tutorial/escape-for-regex.xspec +++ b/tutorial/escape-for-regex.xspec @@ -1,88 +1,75 @@ - - - - - - - - - - - - - - - - + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - Hello! - Goodbye! - (So long!) - - - - - - - Hello! - Goodbye! - \(So long!\) - - - - + + + + + Hello! + Goodbye! + (So long!) + + + + + + + Hello! + Goodbye! + \(So long!\) + + +