You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by tu...@apache.org on 2023/03/07 01:15:31 UTC

[shardingsphere] branch master updated: Revise pr#24470 xml code style (#24477)

This is an automated email from the ASF dual-hosted git repository.

tuichenchuxin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 65fcb920cdb Revise pr#24470 xml code style (#24477)
65fcb920cdb is described below

commit 65fcb920cdb1f460462b9915a05746e9d1dd51f4
Author: Zhengqiang Duan <du...@apache.org>
AuthorDate: Tue Mar 7 09:15:15 2023 +0800

    Revise pr#24470 xml code style (#24477)
---
 .../main/resources/case/dml/select-expression.xml  | 28 +++++++++++-----------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/test/it/parser/src/main/resources/case/dml/select-expression.xml b/test/it/parser/src/main/resources/case/dml/select-expression.xml
index d846d90bea1..035a32602bb 100644
--- a/test/it/parser/src/main/resources/case/dml/select-expression.xml
+++ b/test/it/parser/src/main/resources/case/dml/select-expression.xml
@@ -2093,20 +2093,20 @@
         <from>
             <simple-table name="t_order" start-index="32" stop-index="38" />
         </from>
-      <projections start-index="7" stop-index="25">
-          <expression-projection text="REPEAT('MySQL', 3)" start-index="7" stop-index="25">
-              <expr>
-                  <function function-name="REPEAT" text="REPEAT('MySQL', 3)" start-index="7" stop-index="24">
-                      <parameter>
-                          <literal-expression value="MySQL" start-index="14" stop-index="18" />
-                      </parameter>
-                      <parameter>
-                          <literal-expression value="3" start-index="20" stop-index="20" />
-                      </parameter>
-                  </function>
-              </expr>
-          </expression-projection>
-      </projections>
+        <projections start-index="7" stop-index="25">
+            <expression-projection text="REPEAT('MySQL', 3)" start-index="7" stop-index="25">
+                <expr>
+                    <function function-name="REPEAT" text="REPEAT('MySQL', 3)" start-index="7" stop-index="24">
+                        <parameter>
+                            <literal-expression value="MySQL" start-index="14" stop-index="18" />
+                        </parameter>
+                        <parameter>
+                            <literal-expression value="3" start-index="20" stop-index="20" />
+                        </parameter>
+                    </function>
+                </expr>
+            </expression-projection>
+        </projections>
     </select>
 
     <select sql-case-id="select_with_regular_function">