diff options
Diffstat (limited to 'testdata/New_test.txt')
| -rw-r--r-- | testdata/New_test.txt | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/testdata/New_test.txt b/testdata/New_test.txt new file mode 100644 index 0000000..2b718d3 --- /dev/null +++ b/testdata/New_test.txt @@ -0,0 +1,36 @@ +// SPDX-License-Identifier: GPL-3.0-only +// SPDX-FileCopyrightText: 2025 M. Shulhan <ms@kilabit.info> + +>>> .git/config +# Copyright 2022, Shulhan <ms@kilabit.info>. All rights reserved. +# Use of this source code is governed by a BSD-style +# license that can be found in the LICENSE file. + +>>> .gitignore +node_modules/ +*.html +!test.html +vendor/ + +>>> node_modules/dummy +Dummy content for node_modules directory. + +>>> test.go +// Copyright 2022, Shulhan <ms@kilabit.info>. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + +>>> test.html +<!-- +Copyright 2022, Shulhan <ms@kilabit.info>. All rights reserved. +Use of this source code is governed by a BSD-style +license that can be found in the LICENSE file. +--> + +>>> test.sh +# Copyright 2022, Shulhan <ms@kilabit.info>. All rights reserved. +# Use of this source code is governed by a BSD-style +# license that can be found in the LICENSE file. + +>>> vendor/dummy +Dummy content for vendor directory. |
