Rename test file

This commit is contained in:
Aoran Zeng 2025-07-21 01:43:16 +08:00
parent 56636911b5
commit e2c79fe87d
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98

View File

@ -2,14 +2,14 @@
# --------------------------------------------------------------- # ---------------------------------------------------------------
# SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: GPL-3.0-or-later
# --------------------------------------------------------------- # ---------------------------------------------------------------
# Test File : test-parser.rakutest # Test File : 10-parser.rakutest
# Test Authors : Aoran Zeng <ccmywish@qq.com> # Test Authors : Aoran Zeng <ccmywish@qq.com>
# Created On : <2025-07-15> # Created On : <2025-07-15>
# Last Modified : <2025-07-21> # Last Modified : <2025-07-21>
# #
# $(cwd) 为 test/ 时: # $(cwd) 为 test/ 时:
# #
# raku ./test-parser.rakutest # raku ./10-parser.rakutest
# --------------------------------------------------------------- # ---------------------------------------------------------------
use lib '../lib'; use lib '../lib';