From 9b7e0d004e4c6234916de5a80534c6b44d88f0b7 Mon Sep 17 00:00:00 2001 From: "everywhere.z" Date: Mon, 8 Jan 2024 15:10:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=B5=8B=E8=AF=95=E7=94=A8?= =?UTF-8?q?=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/test/resources/common/flow.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liteflow-testcase-el/liteflow-testcase-el-script-python-springboot/src/test/resources/common/flow.xml b/liteflow-testcase-el/liteflow-testcase-el-script-python-springboot/src/test/resources/common/flow.xml index 43e774df2..c4a40b3ce 100644 --- a/liteflow-testcase-el/liteflow-testcase-el-script-python-springboot/src/test/resources/common/flow.xml +++ b/liteflow-testcase-el/liteflow-testcase-el-script-python-springboot/src/test/resources/common/flow.xml @@ -16,7 +16,7 @@ b=10 if a>5: b=5 - print 'hello' + print '你好'.decode('UTF-8') else: print 'hi' defaultContext.setData("s1",a*b)