You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Tests.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# Tests
2
2
3
-
In additional to standard unit tests, each supported GLS command corresponds to a directory of that command's name under `test/integration` containing:
4
-
*`source.ngls` containing NGLS syntax
5
-
*`expected.gls` containing the expected compiled GLS equivalent
3
+
In additional to standard unit tests, each supported Budgie command corresponds to a directory of that command's name under `test/integration` containing:
4
+
*`source.nbg` containing NBudgie syntax
5
+
*`expected.bg` containing the expected compiled Budgie equivalent
6
6
7
7
These are verifified during `gulp test:integration`.
0 commit comments