Skip to content

Commit

Permalink
Cmd: вторая часть тестового скрипта
Browse files Browse the repository at this point in the history
  • Loading branch information
HPW-dev committed Jun 19, 2024
1 parent cc67933 commit 1691e9a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
21 changes: 18 additions & 3 deletions script/cmd-tests.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,33 @@
# comment test 1
# # #
###
#
# Русские символы
# €s‘џљ

# тест вывода текста
# тест вывода текста:
print test message 1
print 123
print 1 2 3
print €s‘џљ
print Русские символы
print call help...
help

# тест открытия файла скрипта
# тест общих команд:
print empty error:
error
print error with message:
error >>message test for err<<
log_cnosole 0
print only screen text 1
print only screen text 2
log_cnosole 1
log_screen 0
print only console text 1
print only console text 2
log_screen 1

# тест открытия файла скрипта:
script cmd-test-helper.txt

# comment test 2
2 changes: 1 addition & 1 deletion src/game/util/version.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#include "version.hpp"

const char* get_game_version() { return "v0.149.1"; }
const char* get_game_version() { return "v0.149.2"; }

0 comments on commit 1691e9a

Please sign in to comment.