mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
Add comment to the test/lemon-test01.y file indicating that it does not work
and is for historical reference only. FossilOrigin-Name: 9bdf73a8d4a3b4a72f2882252f9ed29a6f1a26d3f50c071f27455bcf10458c4b
This commit is contained in:
@ -2,6 +2,11 @@
|
||||
//
|
||||
// lemon lemon-test01.y && gcc -g lemon-test01.c && ./a.out
|
||||
//
|
||||
// This testcase was made obsolete by check-in 7cca80808cef192f on
|
||||
// 2021-08-17 (associated with Forum Thread
|
||||
// https://sqlite.org/forum/forumpost/bd91fd965c9803c4) and no longer
|
||||
// works. It is retained for historical reference only.
|
||||
//
|
||||
%token_prefix TK_
|
||||
%token_type int
|
||||
%default_type int
|
||||
|
Reference in New Issue
Block a user