Skip to content

Commit a9e49dd

Browse files
committed
show unicode
1 parent 3472ea1 commit a9e49dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/FbxExporters/Editor/UnitTests/FbxExportSettingsTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ public void TestGetSetFields ()
180180
ExportSettings.AddFbxSavePath ("/a\\b/c/\\");
181181
ExportSettings.AddPrefabSavePath ("/a\\b/c/\\");
182182

183-
string forwardSlash = " "; // special unicode forward slash
183+
string forwardSlash = " \u2044 "; // special unicode forward slash
184184
Assert.That (ExportSettings.GetRelativeFbxSavePaths () [0], Is.EqualTo (string.Format("Assets{0}a{0}b{0}c", forwardSlash)));
185185
Assert.That (ExportSettings.GetRelativePrefabSavePaths () [0], Is.EqualTo (string.Format("Assets{0}a{0}b{0}c", forwardSlash)));
186186

0 commit comments

Comments
 (0)