[latex3-commits] [git/LaTeX3-latex3-latex3] expandable-file-parse: Update test files (2886ce9dc)
PhelypeOleinik
tex.phelype at gmail.com
Wed Jun 24 21:07:06 CEST 2020
Repository : https://github.com/latex3/latex3
On branch : expandable-file-parse
Link : https://github.com/latex3/latex3/commit/2886ce9dcf263d6222bd7537cfecb93413fa1382
>---------------------------------------------------------------
commit 2886ce9dcf263d6222bd7537cfecb93413fa1382
Author: PhelypeOleinik <tex.phelype at gmail.com>
Date: Wed Jun 24 16:07:06 2020 -0300
Update test files
Spaces are trimmed around a file name
>---------------------------------------------------------------
2886ce9dcf263d6222bd7537cfecb93413fa1382
l3kernel/testfiles/m3file001.ptex.tlg | 6 +++---
l3kernel/testfiles/m3file001.tlg | 6 +++---
l3kernel/testfiles/m3file001.uptex.tlg | 6 +++---
l3kernel/testfiles/m3file001.xetex.tlg | 6 +++---
4 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/l3kernel/testfiles/m3file001.ptex.tlg b/l3kernel/testfiles/m3file001.ptex.tlg
index 2af7cb35d..29a6f3ce6 100644
--- a/l3kernel/testfiles/m3file001.ptex.tlg
+++ b/l3kernel/testfiles/m3file001.ptex.tlg
@@ -134,7 +134,7 @@ l. ... }
TEST 7: File name parsing
============================================================
Path: "", Name: "", Ext: ""
-Path: "", Name: " ", Ext: ""
+Path: "", Name: "", Ext: ""
Path: "", Name: "", Ext: "."
Path: "/", Name: "", Ext: ""
Path: "", Name: "test", Ext: ""
@@ -142,8 +142,8 @@ Path: "", Name: "test", Ext: ".tex"
Path: "", Name: "test", Ext: ".tex"
Path: "", Name: "test.file", Ext: ".tex"
Path: "", Name: "test file", Ext: ".tex"
-Path: "", Name: " test file", Ext: ".tex"
-Path: "", Name: " test file", Ext: ".tex"
+Path: "", Name: "test file", Ext: ".tex"
+Path: "", Name: "test file", Ext: ".tex"
Path: "bar", Name: "test", Ext: ".tex"
Path: "bar/baz", Name: "test", Ext: ".tex"
Path: "bar/baz bob", Name: "test", Ext: ".tex"
diff --git a/l3kernel/testfiles/m3file001.tlg b/l3kernel/testfiles/m3file001.tlg
index a3146abcf..31430f5fd 100644
--- a/l3kernel/testfiles/m3file001.tlg
+++ b/l3kernel/testfiles/m3file001.tlg
@@ -134,7 +134,7 @@ l. ... }
TEST 7: File name parsing
============================================================
Path: "", Name: "", Ext: ""
-Path: "", Name: " ", Ext: ""
+Path: "", Name: "", Ext: ""
Path: "", Name: "", Ext: "."
Path: "/", Name: "", Ext: ""
Path: "", Name: "test", Ext: ""
@@ -142,8 +142,8 @@ Path: "", Name: "test", Ext: ".tex"
Path: "", Name: "test", Ext: ".tex"
Path: "", Name: "test.file", Ext: ".tex"
Path: "", Name: "test file", Ext: ".tex"
-Path: "", Name: " test file", Ext: ".tex"
-Path: "", Name: " test file", Ext: ".tex"
+Path: "", Name: "test file", Ext: ".tex"
+Path: "", Name: "test file", Ext: ".tex"
Path: "bar", Name: "test", Ext: ".tex"
Path: "bar/baz", Name: "test", Ext: ".tex"
Path: "bar/baz bob", Name: "test", Ext: ".tex"
diff --git a/l3kernel/testfiles/m3file001.uptex.tlg b/l3kernel/testfiles/m3file001.uptex.tlg
index 2af7cb35d..29a6f3ce6 100644
--- a/l3kernel/testfiles/m3file001.uptex.tlg
+++ b/l3kernel/testfiles/m3file001.uptex.tlg
@@ -134,7 +134,7 @@ l. ... }
TEST 7: File name parsing
============================================================
Path: "", Name: "", Ext: ""
-Path: "", Name: " ", Ext: ""
+Path: "", Name: "", Ext: ""
Path: "", Name: "", Ext: "."
Path: "/", Name: "", Ext: ""
Path: "", Name: "test", Ext: ""
@@ -142,8 +142,8 @@ Path: "", Name: "test", Ext: ".tex"
Path: "", Name: "test", Ext: ".tex"
Path: "", Name: "test.file", Ext: ".tex"
Path: "", Name: "test file", Ext: ".tex"
-Path: "", Name: " test file", Ext: ".tex"
-Path: "", Name: " test file", Ext: ".tex"
+Path: "", Name: "test file", Ext: ".tex"
+Path: "", Name: "test file", Ext: ".tex"
Path: "bar", Name: "test", Ext: ".tex"
Path: "bar/baz", Name: "test", Ext: ".tex"
Path: "bar/baz bob", Name: "test", Ext: ".tex"
diff --git a/l3kernel/testfiles/m3file001.xetex.tlg b/l3kernel/testfiles/m3file001.xetex.tlg
index fa303524b..c72f78d13 100644
--- a/l3kernel/testfiles/m3file001.xetex.tlg
+++ b/l3kernel/testfiles/m3file001.xetex.tlg
@@ -134,7 +134,7 @@ l. ... }
TEST 7: File name parsing
============================================================
Path: "", Name: "", Ext: ""
-Path: "", Name: " ", Ext: ""
+Path: "", Name: "", Ext: ""
Path: "", Name: "", Ext: "."
Path: "/", Name: "", Ext: ""
Path: "", Name: "test", Ext: ""
@@ -142,8 +142,8 @@ Path: "", Name: "test", Ext: ".tex"
Path: "", Name: "test", Ext: ".tex"
Path: "", Name: "test.file", Ext: ".tex"
Path: "", Name: "test file", Ext: ".tex"
-Path: "", Name: " test file", Ext: ".tex"
-Path: "", Name: " test file", Ext: ".tex"
+Path: "", Name: "test file", Ext: ".tex"
+Path: "", Name: "test file", Ext: ".tex"
Path: "bar", Name: "test", Ext: ".tex"
Path: "bar/baz", Name: "test", Ext: ".tex"
Path: "bar/baz bob", Name: "test", Ext: ".tex"
More information about the latex3-commits
mailing list.