From 8c4487a37db70eb7bb8ed573cc3e1186d161941e Mon Sep 17 00:00:00 2001 From: Aaron Chen <462826@qq.com> Date: Fri, 12 Jul 2019 13:04:09 +0800 Subject: [PATCH] implement i118 printer with singleten pattern --- src/golang.org/x/text | 1 + xdoc/scripts/tc-100.ex | 4 ++++ xdoc/scripts/tc-100.php | 18 ++++++++++++++++++ xdoc/scripts/tc-200.ex | 5 +++++ xdoc/scripts/tc-200.php | 28 ++++++++++++++++++++++++++++ xdoc/scripts/tc-300.ex | 0 xdoc/scripts/tc-300.php | 17 +++++++++++++++++ xdoc/scripts/tc-400.ex | 0 xdoc/scripts/tc-400.php | 17 +++++++++++++++++ 9 files changed, 90 insertions(+) create mode 160000 src/golang.org/x/text create mode 100644 xdoc/scripts/tc-100.ex create mode 100644 xdoc/scripts/tc-100.php create mode 100644 xdoc/scripts/tc-200.ex create mode 100644 xdoc/scripts/tc-200.php create mode 100644 xdoc/scripts/tc-300.ex create mode 100644 xdoc/scripts/tc-300.php create mode 100644 xdoc/scripts/tc-400.ex create mode 100644 xdoc/scripts/tc-400.php diff --git a/src/golang.org/x/text b/src/golang.org/x/text new file mode 160000 index 00000000..342b2e1f --- /dev/null +++ b/src/golang.org/x/text @@ -0,0 +1 @@ +Subproject commit 342b2e1fbaa52c93f31447ad2c6abc048c63e475 diff --git a/xdoc/scripts/tc-100.ex b/xdoc/scripts/tc-100.ex new file mode 100644 index 00000000..64d05914 --- /dev/null +++ b/xdoc/scripts/tc-100.ex @@ -0,0 +1,4 @@ +# +.+? +# +222 diff --git a/xdoc/scripts/tc-100.php b/xdoc/scripts/tc-100.php new file mode 100644 index 00000000..bed73241 --- /dev/null +++ b/xdoc/scripts/tc-100.php @@ -0,0 +1,18 @@ + diff --git a/xdoc/scripts/tc-200.ex b/xdoc/scripts/tc-200.ex new file mode 100644 index 00000000..ef762bef --- /dev/null +++ b/xdoc/scripts/tc-200.ex @@ -0,0 +1,5 @@ +# +<@step2010 期望结果, 可以有多行> + +# +<@step2104 期望结果, 可以有多行> diff --git a/xdoc/scripts/tc-200.php b/xdoc/scripts/tc-200.php new file mode 100644 index 00000000..2f1def7a --- /dev/null +++ b/xdoc/scripts/tc-200.php @@ -0,0 +1,28 @@ + diff --git a/xdoc/scripts/tc-300.ex b/xdoc/scripts/tc-300.ex new file mode 100644 index 00000000..e69de29b diff --git a/xdoc/scripts/tc-300.php b/xdoc/scripts/tc-300.php new file mode 100644 index 00000000..27135b6d --- /dev/null +++ b/xdoc/scripts/tc-300.php @@ -0,0 +1,17 @@ + diff --git a/xdoc/scripts/tc-400.ex b/xdoc/scripts/tc-400.ex new file mode 100644 index 00000000..e69de29b diff --git a/xdoc/scripts/tc-400.php b/xdoc/scripts/tc-400.php new file mode 100644 index 00000000..4ff2bbb4 --- /dev/null +++ b/xdoc/scripts/tc-400.php @@ -0,0 +1,17 @@ + -- GitLab