-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a test for double quote in strings
- Loading branch information
Showing
8 changed files
with
30 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,2 @@ | ||
|
||
/* Class = "UILabel"; text = " Copyright (c) 2015 Yosuke Ishikawa. All rights reserved."; ObjectID = "8ie-xW-0ye"; */ | ||
"8ie-xW-0ye.text" = " Copyright (c) 2015 Yosuke Ishikawa. All rights reserved."; | ||
|
||
/* Class = "UILabel"; text = "DemoApp"; ObjectID = "kId-c2-rCX"; */ | ||
"kId-c2-rCX.text" = "DemoApp"; | ||
"8ie-xW-0ye.text" = " Copyright (c) 2015 Yosuke Ishikawa. All rights reserved."; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
"hello" = "Hello"; | ||
"getstarted" = "Get started"; | ||
"quoted" = "This is a \"quoted\" text."; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
|
||
/* Class = "UIButton"; normalTitle = "getstarted"; ObjectID = "uZj-A7-ihc"; */ | ||
"uZj-A7-ihc.normalTitle" = "getstarted"; | ||
|
||
/* Class = "UILabel"; text = "hello"; ObjectID = "xUH-o8-DGc"; */ | ||
"xUH-o8-DGc.text" = "hello"; | ||
"xUH-o8-DGc.text" = "Hello"; | ||
"zjA-Rl-7jE.text" = "This is a \"quoted\" text."; | ||
"uZj-A7-ihc.normalTitle" = "Get started"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
"8ie-xW-0ye.text" = " Copyright (c) 2015 Yosuke Ishikawa. All rights reserved."; | ||
"kId-c2-rCX.text" = "DemoApp"; | ||
"8ie-xW-0ye.text" = " Copyright (c) 2015 Yosuke Ishikawa. All rights reserved."; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
"hello" = "こんにちは"; | ||
"getstarted" = "はじめよう"; | ||
"quoted" = "これは\"引用\"です。"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
"uZj-A7-ihc.normalTitle" = "getstarted"; | ||
"xUH-o8-DGc.text" = "hello"; | ||
"xUH-o8-DGc.text" = "こんにちは"; | ||
"zjA-Rl-7jE.text" = "これは\"引用\"です。"; | ||
"uZj-A7-ihc.normalTitle" = "はじめよう"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters