From 5eb37cb27aaff2e57f97469c0292517f64a4021a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABlle=20Salmon?= Date: Fri, 5 Apr 2024 11:42:06 +0200 Subject: [PATCH] test: re-record fixture --- .../example-square/api/translate-0555e6-POST.json | 8 -------- .../example-square/api/translate-2c5960-POST.json | 8 ++++++++ 2 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 tests/testthat/fixtures/example-square/api/translate-0555e6-POST.json create mode 100644 tests/testthat/fixtures/example-square/api/translate-2c5960-POST.json diff --git a/tests/testthat/fixtures/example-square/api/translate-0555e6-POST.json b/tests/testthat/fixtures/example-square/api/translate-0555e6-POST.json deleted file mode 100644 index 09e9740..0000000 --- a/tests/testthat/fixtures/example-square/api/translate-0555e6-POST.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "translations": [ - { - "detected_source_language": "EN", - "text": "\n\n\n \n \n Wickham dice bla <\/text>\n -@wickham2015<\/notranslate>\n<\/squary> y dice otras cosas<\/text>\n \n ^footnote1<\/notranslate>\n <\/squary>\n .<\/text>\n <\/text>\n \n \n Bla bla bla <\/text>\n véase @knuth1984<\/notranslate>, pp. 33-35; también @wickham2015<\/notranslate><\/squary>, cap. 1<\/squary>\n <\/text>\n <\/paragraph>\n<\/document>\n" - } - ] -} diff --git a/tests/testthat/fixtures/example-square/api/translate-2c5960-POST.json b/tests/testthat/fixtures/example-square/api/translate-2c5960-POST.json new file mode 100644 index 0000000..b8b1bbb --- /dev/null +++ b/tests/testthat/fixtures/example-square/api/translate-2c5960-POST.json @@ -0,0 +1,8 @@ +{ + "translations": [ + { + "detected_source_language": "EN", + "text": "\n\n\n \n \n Wickham dice bla <\/text>\n -@wickham2015<\/notranslate>\n<\/squary> y dice otras cosas<\/text>\n \n ^footnote1<\/notranslate>\n <\/squary>\n .<\/text>\n <\/text>\n \n \n Bla bla bla <\/text>\n véase @knuth1984<\/notranslate>, pp. 33-35; también @wickham2015<\/notranslate><\/squary>, cap. 1<\/squary>\n \n <\/text>\n <\/paragraph>\n<\/document>\n" + } + ] +}