Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit09c27d6

Browse files
committed
Update spanish translations
1 parent418a928 commit09c27d6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎tests/golden_files/es/test_transcript.json‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3997,14 +3997,14 @@
39973997
{
39983998
"page":"Comillas simples y dobles en las cadenas",
39993999
"program": [
4000-
"print('Alice's Diner')"
4000+
"print('Ese es el perro'e Juan')"
40014001
],
40024002
"response": {
40034003
"message":"",
40044004
"passed":true,
40054005
"result": [
40064006
{
4007-
"text":" print('Alice's Diner')\n ^\nSyntaxError: invalid syntax\nen la l\u00ednea 1\n\nUn `SyntaxError` ocurre cuando Python no puede entender tu c\u00f3digo.\n\nI suspect that you were trying to use a quote character inside a string\nthat was enclosed in quotes of the same kind.\nPerhaps you should have escaped the inner quote character:\n\n print('Alice\\'s Diner')\n ^^\n\n\n",
4007+
"text":" print('Ese es el perro'e Juan')\n^\nSyntaxError: invalid syntax\nen la l\u00ednea 1\n\nUn `SyntaxError` ocurre cuando Python no puede entender tu c\u00f3digo.\n\nI suspect that you were trying to use a quote character inside a string\nthat was enclosed in quotes of the same kind.\nPerhaps you should have escaped the inner quote character:\n\n print('Ese es el perro\\'e Juan')\n ^^\n\n\n",
40084008
"type":"syntax_error"
40094009
}
40104010
]
@@ -4014,14 +4014,14 @@
40144014
{
40154015
"page":"Comillas simples y dobles en las cadenas",
40164016
"program": [
4017-
"print(\"Alice's Diner\")"
4017+
"print(\"Ese es el perro'e Juan\")"
40184018
],
40194019
"response": {
40204020
"message":"",
40214021
"passed":true,
40224022
"result": [
40234023
{
4024-
"text":"Alice's Diner\n",
4024+
"text":"Ese es el perro'e Juan\n",
40254025
"type":"stdout"
40264026
}
40274027
]
-17 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp