From 8d3cd53598d64f2fce7fbd772ecd3619d12bf082 Mon Sep 17 00:00:00 2001 From: "Troy A. Griffitts" Date: Tue, 13 Sep 2022 13:07:28 +0000 Subject: updated generalchanges.sed to remove sID and eID attributes before diff git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@547 07627401-56e2-0310-80f4-f8cd0041bdcd --- modules/nasb1995/generalchanges.sed | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/nasb1995/generalchanges.sed b/modules/nasb1995/generalchanges.sed index 0a267f9..de1d2df 100644 --- a/modules/nasb1995/generalchanges.sed +++ b/modules/nasb1995/generalchanges.sed @@ -1,12 +1,13 @@ #changes since last revision that we don't care about when diff'ing +# get rid of the uniq start and end ID attibutes as they will be numbered differently +s/sID="[^"]*"/sID="sX"/g +s/eID="[^"]*"/eID="eX"/g #s/x-PN"/x-Poetry"/g #s/x-PO"/x-Poetry"/g #s///g #s///g #s/“//g #s/‘//g -#s/sID="[^"]*"/sID="sX"/g -#s/eID="[^"]*"/eID="eX"/g #s/"strong:H384"/"strong:this"/g #s/"strong:H2088"/"strong:this"/g #s/\(.\)<\/hi>/\1/g -- cgit