mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 08:38:56 +01:00
even more colorizer tests
This commit is contained in:
6
extensions/sql/test/colorize-fixtures/test.sql
Normal file
6
extensions/sql/test/colorize-fixtures/test.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
CREATE VIEW METRIC_STATS (ID, MONTH, TEMP_C, RAIN_C) AS
|
||||
SELECT ID,
|
||||
MONTH,
|
||||
(TEMP_F - 32) * 5 /9,
|
||||
RAIN_I * 0.3937
|
||||
FROM STATS;
|
||||
Reference in New Issue
Block a user