test: add test chinese comment to strategy_test file
This commit is contained in:
@@ -14,6 +14,16 @@ class StrategyTestV2(IStrategy):
|
|||||||
Please look at the SampleStrategy in the user_data/strategy directory
|
Please look at the SampleStrategy in the user_data/strategy directory
|
||||||
or strategy repository https://github.com/freqtrade/freqtrade-strategies
|
or strategy repository https://github.com/freqtrade/freqtrade-strategies
|
||||||
for samples and inspiration.
|
for samples and inspiration.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Some test asian characters.
|
||||||
|
Ensures that unicode characters are handled correctly when reading strategy files.
|
||||||
|
Otherwise this may break on windows systems.
|
||||||
|
All roughly translate to "hello world".
|
||||||
|
chinese string: "你好世界"
|
||||||
|
korean string: "안녕하세요,세계"
|
||||||
|
japanese string: "こんにちは、世界"
|
||||||
"""
|
"""
|
||||||
|
|
||||||
INTERFACE_VERSION = 2
|
INTERFACE_VERSION = 2
|
||||||
|
|||||||
@@ -23,6 +23,16 @@ class StrategyTestV3(IStrategy):
|
|||||||
Please look at the SampleStrategy in the user_data/strategy directory
|
Please look at the SampleStrategy in the user_data/strategy directory
|
||||||
or strategy repository https://github.com/freqtrade/freqtrade-strategies
|
or strategy repository https://github.com/freqtrade/freqtrade-strategies
|
||||||
for samples and inspiration.
|
for samples and inspiration.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Some test asian characters.
|
||||||
|
Ensures that unicode characters are handled correctly when reading strategy files.
|
||||||
|
Otherwise this may break on windows systems.
|
||||||
|
All roughly translate to "hello world".
|
||||||
|
chinese string: "你好世界"
|
||||||
|
korean string: "안녕하세요,세계"
|
||||||
|
japanese string: "こんにちは、世界"
|
||||||
"""
|
"""
|
||||||
|
|
||||||
INTERFACE_VERSION = 3
|
INTERFACE_VERSION = 3
|
||||||
|
|||||||
Reference in New Issue
Block a user