From 0170639803fcfc5acfe2396ec54287ac1c352bf8 Mon Sep 17 00:00:00 2001 From: Chubak Bidpaa Date: Tue, 7 Nov 2023 01:52:46 +0330 Subject: [PATCH] changed: token for quote --- .gitignore | 2 ++ EXAMPLES/datetime.epp | 2 +- EXAMPLES/define.epp | 2 +- EXAMPLES/define2.epp | 2 +- EXAMPLES/delimexec.epp | 2 +- EXAMPLES/exec.epp | 2 +- EXAMPLES/ifexec.epp | 2 +- EXAMPLES/offset.epp | 2 +- EXAMPLES/print.epp | 2 +- EXAMPLES/printf.epp | 2 +- EXAMPLES/search.epp | 2 +- EXAMPLES/translit.epp | 2 +- 12 files changed, 13 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 906881c..9e431c9 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,5 @@ ekipp .handy yybodyeval.c yydefeval.c +*.1 +*.html diff --git a/EXAMPLES/datetime.epp b/EXAMPLES/datetime.epp index af88d77..624d16f 100644 --- a/EXAMPLES/datetime.epp +++ b/EXAMPLES/datetime.epp @@ -1 +1 @@ -#! datetime $ `%G %a` +#! datetime $ ''%G %a'' diff --git a/EXAMPLES/define.epp b/EXAMPLES/define.epp index e0900f3..ded064c 100644 --- a/EXAMPLES/define.epp +++ b/EXAMPLES/define.epp @@ -1,4 +1,4 @@ -@! define $ ekipp123Abc => `foo8 bar7 bar5 foo1 bar4 bar3 foo2` +@! define $ ekipp123Abc => ''foo8 bar7 bar5 foo1 bar4 bar3 foo2'' Inline text becomes $! ekipp123Abc !$ now! diff --git a/EXAMPLES/define2.epp b/EXAMPLES/define2.epp index 2f5bd6a..01e4987 100644 --- a/EXAMPLES/define2.epp +++ b/EXAMPLES/define2.epp @@ -1,4 +1,4 @@ -@! define $ ekipp123Abc => `#0 foo #1` +@! define $ ekipp123Abc => ''#0 foo #1'' This is called with args: $! ekipp123Abc ( barfoo, bar ) diff --git a/EXAMPLES/delimexec.epp b/EXAMPLES/delimexec.epp index 971666e..323d947 100644 --- a/EXAMPLES/delimexec.epp +++ b/EXAMPLES/delimexec.epp @@ -1,4 +1,4 @@ -#! delimexec $ `awk '{ print $1; }'` | <== foo bar ==> +#! delimexec $ ''awk '{ print $1; }''' | <== foo bar ==> bar foo diff --git a/EXAMPLES/exec.epp b/EXAMPLES/exec.epp index bbc14e2..ce5d64e 100644 --- a/EXAMPLES/exec.epp +++ b/EXAMPLES/exec.epp @@ -1,3 +1,3 @@ -#! exec $ `echo foo` +#! exec $ ''echo foo'' bar diff --git a/EXAMPLES/ifexec.epp b/EXAMPLES/ifexec.epp index eabab65..daf6909 100644 --- a/EXAMPLES/ifexec.epp +++ b/EXAMPLES/ifexec.epp @@ -1,3 +1,3 @@ -#! `foo` eq `bar` ? `echo foobar` : `echo barfoo` +#! ''foo'' eq ''bar'' ? ''echo foobar'' : ''echo barfoo'' diff --git a/EXAMPLES/offset.epp b/EXAMPLES/offset.epp index 6887522..65ef8e9 100644 --- a/EXAMPLES/offset.epp +++ b/EXAMPLES/offset.epp @@ -1,3 +1,3 @@ -#! offset $ `ekipp` ? `pp` +#! offset $ ''ekipp'' ? ''pp'' diff --git a/EXAMPLES/print.epp b/EXAMPLES/print.epp index 7508dee..bd66289 100644 --- a/EXAMPLES/print.epp +++ b/EXAMPLES/print.epp @@ -1,3 +1,3 @@ #! print $ argv 0 -#! print $ environ `HOME` +#! print $ environ ''HOME'' diff --git a/EXAMPLES/printf.epp b/EXAMPLES/printf.epp index 4fff6c1..6e1e6ac 100644 --- a/EXAMPLES/printf.epp +++ b/EXAMPLES/printf.epp @@ -1,2 +1,2 @@ -#! printf $ `num %d %d` ( 1, 2 ) +#! printf $ ''num %d %d'' ( 1, 2 ) diff --git a/EXAMPLES/search.epp b/EXAMPLES/search.epp index 60a5b53..fee3121 100644 --- a/EXAMPLES/search.epp +++ b/EXAMPLES/search.epp @@ -1,3 +1,3 @@ -#! search $ `print*` ::EXAMPLES/printf.epp:: +#! search $ ''print*'' ::EXAMPLES/printf.epp:: diff --git a/EXAMPLES/translit.epp b/EXAMPLES/translit.epp index 0c0c6c9..8646633 100644 --- a/EXAMPLES/translit.epp +++ b/EXAMPLES/translit.epp @@ -1,2 +1,2 @@ -#! translit $ `ekipp` > `ip` & `qz` +#! translit $ ''ekipp'' > ''ip'' & ''qz''