Skip to content

INI クラスにおける読み書きの不具合 #1267

Open
@yama-can

Description

予期しない動作の内容 | Describe the unexpected behavior

  1. 読み込みにおいてダブルクオーテーションを認識しない、トリプルクオーテーションを認識しない、バックラッシュを認識しない
  2. 書き込みにおいて同クラスにおいて読み込めないファイルを生成し、複数行のデータは = を区切り、エスケープ処理が行われない

再現方法 | To Reproduce
1番目の問題:以下のファイルを読み込む

[config]
# 問題なし
ok = OK
# 問題あり
data = "DATA"
desc = """desc"""
lines = lines/
lines/
lines

2番目の問題:ファイル 1 を読み込んだうえで write する。

発生環境

  • SIVINI.cpp により定義される loadwrite などを使用している際

備考 | Additional context

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions