Files
codeql/ruby/ql/integration-tests/diagnostics/unknown-encoding/encoding.rb
Cornelius Riemenschneider 3326bc417c Ruby: Move all integration tests.
We no longer need the platform-specific directories, so simplify the test organization.
If you don't want this change, just skip merging this PR. It's purely optional.
2024-08-28 10:45:05 +02:00

5 lines
43 B
Ruby

# encoding: silly
def f
puts "hello"
end