.
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=76
This commit is contained in:
parent
cdd610770f
commit
b9202e3406
@ -11,9 +11,9 @@
|
||||
tc.str.c | 2 +-
|
||||
tc.who.c | 3 +++
|
||||
tcsh.man | 2 +-
|
||||
tests/lexical.at | 6 +++---
|
||||
tw.h | 4 ++++
|
||||
tests/lexical.at | 4 ++--
|
||||
14 files changed, 49 insertions(+), 17 deletions(-)
|
||||
14 files changed, 50 insertions(+), 18 deletions(-)
|
||||
|
||||
--- config/linux
|
||||
+++ config/linux 2016-11-25 09:07:12.893851835 +0000
|
||||
@ -252,7 +252,7 @@
|
||||
#define TW_ZERO 0x0fff
|
||||
|
||||
--- tests/lexical.at
|
||||
+++ tests/lexical.at 2019-04-08 14:27:27.452829093 +0200
|
||||
+++ tests/lexical.at 2019-04-09 07:40:10.142511227 +0000
|
||||
@@ -567,10 +567,10 @@ run=3
|
||||
]])
|
||||
AT_DATA([uniformity_test.csh],
|
||||
@ -266,3 +266,12 @@
|
||||
|
||||
diff -uprN ./output1 ./output2 >& /dev/null
|
||||
|
||||
@@ -587,7 +587,7 @@ AT_DATA([quoting_result_test.csh],
|
||||
echo "(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP\)(HOST=db\)(PORT=1521\)\)(CONNECT_DATA=(SERVER=DEDICATED\)(SERVICE_NAME=bns03\)\)\)" > ./expected_result
|
||||
|
||||
set string = "jdbc_url=jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=db)(PORT=1521))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=bns03)))"
|
||||
-set SERVICE_NAME_LOG = `echo "$string" | grep '^jdbc_url' | sed -ne 's/^[^=]*=[^@]*@[:blank:]*\([^$]*\)$/\1/p' | perl -pe 's/\)/\\\)/g'`
|
||||
+set SERVICE_NAME_LOG = `echo "$string" | grep '^jdbc_url' | sed -ne 's/^[^=]*=[^@]*@[[:blank:]]*\([^$]*\)$/\1/p' | perl -pe 's/\)/\\\)/g'`
|
||||
|
||||
echo "$SERVICE_NAME_LOG" > ./actual_result
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user