Add test file

This commit is contained in:
Aoran Zeng 2025-07-16 19:05:57 +08:00
parent 2ec3c3d8d1
commit d8b53cbfdb
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98

View File

@ -0,0 +1,20 @@
# some config
- output = `:terminal`
```toml
[setting]
init = true
```
# some code
- output = `:global-variable`
```ruby
puts 123;
```