Skip to content

Add basic test samples for 10 missing content types (fixes #662)#1393

Open
prudhvirapeti wants to merge 1 commit into
google:mainfrom
prudhvirapeti:add-basic-test-samples-662
Open

Add basic test samples for 10 missing content types (fixes #662)#1393
prudhvirapeti wants to merge 1 commit into
google:mainfrom
prudhvirapeti:add-basic-test-samples-662

Conversation

@prudhvirapeti
Copy link
Copy Markdown

Summary

Closes #662

Adds manually created basic test samples for 10 common content types that currently have no coverage in tests_data/basic/.

Files Added

Content Type File How it was created
cpp tests_data/basic/cpp/hello.cpp Manually written C++ program printing primes
go tests_data/basic/go/hello.go Manually written Go program printing primes
java tests_data/basic/java/Hello.java Manually written Java class printing primes
kotlin tests_data/basic/kotlin/hello.kt Manually written Kotlin program printing primes
shell tests_data/basic/shell/hello.sh Manually written bash script printing primes
sql tests_data/basic/sql/query.sql Manually written SQL with CREATE TABLE, INSERT, and SELECT
xml tests_data/basic/xml/books.xml Manually written well-formed XML document
rst tests_data/basic/rst/document.rst Manually written reStructuredText with common formatting features
jsonl tests_data/basic/jsonl/data.jsonl Manually written JSON Lines file with structured records
scss tests_data/basic/scss/styles.scss Manually written SCSS using variables, mixins, and nesting

All samples are clear-cut, easy-to-recognize examples as recommended in the issue — not corner cases.

🤖 Generated with Claude Code

Adds manually created basic test samples for the following content
types that had no coverage:

- cpp, go, java, kotlin: common compiled language source files
- shell: bash shell script
- sql: SQL DDL + DML + query statements
- xml: well-formed XML document
- rst: reStructuredText document with common formatting features
- jsonl: JSON Lines file with structured records
- scss: SCSS stylesheet using variables, mixins, and nesting

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@prudhvirapeti prudhvirapeti requested a review from reyammer as a code owner May 13, 2026 21:53
@google-cla
Copy link
Copy Markdown

google-cla Bot commented May 13, 2026

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add more "basic" tests samples to cover supported content types

1 participant