File: block_comment_end_of_input.sql

package info (click to toggle)
sqlfluff 3.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 34,000 kB
  • sloc: python: 106,131; sql: 34,188; makefile: 52; sh: 8
file content (4 lines) | stat: -rw-r--r-- 235 bytes parent folder | download | duplicates (2)
1
2
3
4
/*
	According to https://www.sqlite.org/lang_comment.html, it is valid for a C-style comment to end
	at the "end-of-input", without being closed explicitly. This document is a valid SQLite file,
	but gives a parsing error in SQLFluff.