Skip to content

Commit

Permalink
Fix Spanish exercises for single and double quotes (#451)
Browse files Browse the repository at this point in the history
Also upgrade node in GHA
  • Loading branch information
alexmojaki authored Jan 28, 2024
1 parent f564846 commit ed3b49f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v2
with:
node-version: '16.17.1'
node-version: '18.17.1'
- name: Install chromedriver
uses: nanasess/setup-chromedriver@master
- name: Install Python and JS dependencies
Expand Down
4 changes: 2 additions & 2 deletions tests/golden_files/es/test_transcript.json
Original file line number Diff line number Diff line change
Expand Up @@ -3862,13 +3862,13 @@
"get_solution": "program",
"page": "Comillas simples y dobles en las cadenas",
"program": [
"print(\"Si continuamos as\u00ed nos vamos pa'rriba.\")"
"print(\"Conoc\u00ed al profesor D'Annunzio\")"
],
"response": {
"passed": true,
"result": [
{
"text": "Si continuamos as\u00ed nos vamos pa'rriba.\n",
"text": "Conoc\u00ed al profesor D'Annunzio\n",
"type": "stdout"
}
]
Expand Down
Binary file modified translations/locales/es/LC_MESSAGES/futurecoder.mo
Binary file not shown.

0 comments on commit ed3b49f

Please sign in to comment.