teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

実現したい内容を追記

2019/03/14 14:43

投稿

shiojiri_takao
shiojiri_takao

スコア13

title CHANGED
File without changes
body CHANGED
@@ -41,6 +41,14 @@
41
41
  # string.ini
42
42
  [string]
43
43
  xxx="sample\nsample\nsample"
44
+
45
+ # strの表示結果
46
+ # 理想:
47
+ # sample
48
+ # sample
49
+ # sample
50
+ # 現実:
51
+ # sample\nsample\nsample
44
52
  ```
45
53
 
46
54
  ### 調べたこと