mirror of
https://github.com/RubyMetric/chsrc
synced 2025-08-14 16:39:33 +08:00
Add simple test
This commit is contained in:
parent
a36f2f8664
commit
56636911b5
20
tool/rawstr4c/test/00-success.rakutest
Normal file
20
tool/rawstr4c/test/00-success.rakutest
Normal file
@ -0,0 +1,20 @@
|
||||
#!/usr/bin/env raku
|
||||
# ---------------------------------------------------------------
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
# ---------------------------------------------------------------
|
||||
# Test File : 00-success.rakutest
|
||||
# Test Authors : Aoran Zeng <ccmywish@qq.com>
|
||||
# Created On : <2025-07-21>
|
||||
# Last Modified : <2025-07-21>
|
||||
#
|
||||
# $(cwd) 为 test/ 时:
|
||||
#
|
||||
# raku ./00-success.rakutest
|
||||
# ---------------------------------------------------------------
|
||||
|
||||
use Test;
|
||||
|
||||
pass;
|
||||
|
||||
# 最后总结
|
||||
done-testing;
|
Loading…
x
Reference in New Issue
Block a user