Skip to content

Instantly share code, notes, and snippets.

@melezhik
Created June 30, 2021 15:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save melezhik/859b91789e0576b39cdf957c2000554c to your computer and use it in GitHub Desktop.
Save melezhik/859b91789e0576b39cdf957c2000554c to your computer and use it in GitHub Desktop.
r3 for pul 4433
[root@2834387600a8 r3tool]# tomty --env=source pull_4433
load configuration from /root/projects/r3tool/.tomty/env/config.source.pl6
[repository] :: index updated from file:///root/repo/api/v1/index
[pull_4433] :: cat $root_dir/task.bash
[pull_4433] ::
[pull_4433] :: cat << 'HERE' > $cache_dir/test1.pod
[pull_4433] :: =for pod
[pull_4433] :: =for nested
[pull_4433] :: =for para :nested(1)
[pull_4433] :: E<alpha;beta>E<alpha;beta;gamma>
[pull_4433] :: ♥♥♥
[pull_4433] :: HERE
[pull_4433] ::
[pull_4433] :: echo "ex1"
[pull_4433] :: echo "==="
[pull_4433] :: $RAKUBIN --doc=Text $cache_dir/test1.pod
[pull_4433] :: echo "==="
[pull_4433] ::
[pull_4433] :: cat << 'HERE' > $cache_dir/test2.pod
[pull_4433] :: =begin nested
[pull_4433] :: A
[pull_4433] :: =begin nested
[pull_4433] :: B
[pull_4433] :: =begin nested
[pull_4433] :: C
[pull_4433] :: =begin nested
[pull_4433] :: D
[pull_4433] :: =end nested
[pull_4433] :: =end nested
[pull_4433] :: =end nested
[pull_4433] :: =end nested
[pull_4433] :: HERE
[pull_4433] ::
[pull_4433] ::
[pull_4433] :: echo "ex2"
[pull_4433] :: echo "==="
[pull_4433] :: $RAKUBIN --doc=Text $cache_dir/test2.pod
[pull_4433] :: echo "==="
[pull_4433] ::
[pull_4433] :: ex1
[pull_4433] :: ===
[pull_4433] :: αβαβγ ♥♥♥
[pull_4433] :: ===
[pull_4433] :: ex2
[pull_4433] :: ===
[pull_4433] :: A
[pull_4433] ::
[pull_4433] :: B
[pull_4433] ::
[pull_4433] :: C
[pull_4433] ::
[pull_4433] :: D
[pull_4433] :: ===
[task check] stdout match (s) <ex1> True
[task check] stdout match (s) <===> True
[task check] stdout match (s) <αβαβγ ♥♥♥> True
[task check] stdout match (s) <===> True
[task check] stdout match (s) <ex2> True
[task check] stdout match (s) <===> True
[task check] stdout match (s) <^^ \s\s\s\s A $$> True
[task check] stdout match (s) <^^ $$> True
[task check] stdout match (s) <^^ \s\s\s\s \s\s\s\s B $$> True
[task check] stdout match (s) <^^ $$> True
[task check] stdout match (s) <^^ \s\s\s\s \s\s\s\s \s\s\s\s C $$> True
[task check] stdout match (s) <^^ $$> True
[task check] stdout match (s) <^^ \s\s\s\s \s\s\s\s \s\s\s\s \s\s\s\s D $$> True
[task check] stdout match (s) <===> True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment