From 26f8025831d18b5d5a921c95da6da73572cb7519 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABlle=20Salmon?= Date: Fri, 5 Apr 2024 09:57:49 +0200 Subject: [PATCH] test: rerecord fixture --- .../{translate-40e21b-POST.json => translate-f741d7-POST.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename tests/testthat/fixtures/example-equations/api/{translate-40e21b-POST.json => translate-f741d7-POST.json} (68%) diff --git a/tests/testthat/fixtures/example-equations/api/translate-40e21b-POST.json b/tests/testthat/fixtures/example-equations/api/translate-f741d7-POST.json similarity index 68% rename from tests/testthat/fixtures/example-equations/api/translate-40e21b-POST.json rename to tests/testthat/fixtures/example-equations/api/translate-f741d7-POST.json index ff8480e..70fa605 100644 --- a/tests/testthat/fixtures/example-equations/api/translate-40e21b-POST.json +++ b/tests/testthat/fixtures/example-equations/api/translate-f741d7-POST.json @@ -2,7 +2,7 @@ "translations": [ { "detected_source_language": "EN", - "text": "\n\n\n \n Algo de texto.<\/text>\n <\/paragraph>\n \n $$<\/text>\n \n E = m \\times c^2<\/math>\n \n $$<\/text>\n <\/paragraph>\n \n ¿A que es bonita esta ecuación? Observa que <\/text>\n $\\alpha=1$<\/math>\n y $b$ no está definida.<\/text>\n <\/paragraph>\n \n \n $i_t = j_t$<\/math>\n \n <\/paragraph>\n<\/document>\n" + "text": "\n\n\n \n Algo de texto.<\/text>\n <\/paragraph>\n \n $$<\/text>\n \n E = m \\times c^2<\/math>\n \n $$<\/text>\n <\/paragraph>\n \n ¿A que es bonita esta ecuación? Observa que <\/text>\n $\\alpha=1$<\/math>\n y <\/text>\n $b$<\/math>\n no está definida.<\/text>\n <\/paragraph>\n \n \n $i_t = j_t$<\/math>\n \n <\/paragraph>\n<\/document>\n" } ] }