Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
greymd committed Jan 24, 2024
1 parent f6e9490 commit 5ef80b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -885,8 +885,7 @@ mod cmdtest {
fn test_csv_double_quotation_utf8() {
let mut cmd = assert_cmd::Command::cargo_bin(env!("CARGO_PKG_NAME")).unwrap();
cmd.args(&["--csv", "-f", "2", "--", SED_CMD, "s/./@/g"])
.env("LANG", "ja_JP.UTF-8")
.env("LC_ALL", "ja_JP.UTF-8")
.env("LANG", "en_US.UTF-8")
.write_stdin("名前,\"\"\"\",ノート\n1レコード目,\"\"\"いう\"\"\nえお\",かきく\n2レコード目,\"\"\"さしす\n\"\"せそ\",\"たちつ\nてと\"\n")
.assert()
.stdout("名前,@@@@@@,ノート\n1レコード目,@@@@@@@@\n@@@,かきく\n2レコード目,@@@@@@\n@@@@@,\"たちつ\nてと\"\n");
Expand Down

0 comments on commit 5ef80b2

Please sign in to comment.