test
This commit is contained in:
parent
e53720f016
commit
8c5aa5e9e1
@ -81,7 +81,7 @@ void skontrolujZatvorky(const char *kod) {
|
|||||||
|
|
||||||
char poslednaOtvaracia = vyber(&z);
|
char poslednaOtvaracia = vyber(&z);
|
||||||
if (!suZosuladene(poslednaOtvaracia, aktualny)) {
|
if (!suZosuladene(poslednaOtvaracia, aktualny)) {
|
||||||
printf("Crossed bracket '%c' at position %d, expected '%c'\n",
|
printf("Crossed bracket %c at position %d, expected '%c'\n",
|
||||||
aktualny, pozicia,
|
aktualny, pozicia,
|
||||||
(poslednaOtvaracia == '{') ? '}' :
|
(poslednaOtvaracia == '{') ? '}' :
|
||||||
(poslednaOtvaracia == '[') ? ']' :
|
(poslednaOtvaracia == '[') ? ']' :
|
||||||
|
Loading…
Reference in New Issue
Block a user