Skip to content

Commit d04c69e

Browse files
committed
Tests files for integration tests
1 parent 50a483a commit d04c69e

File tree

7 files changed

+42
-0
lines changed

7 files changed

+42
-0
lines changed

client_bundle/client_bundle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../silverbullet/client_bundle
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Nothing here
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Custom Functions
2+
3+
```space-lua
4+
function greetMe(name)
5+
return "Hello, " .. name .. "!"
6+
end
7+
```
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Meeting Notes
2+
3+
#meeting
4+
5+
## 2025-01-15
6+
* Discussed project roadmap
7+
* Action items assigned
8+
9+
## 2025-01-22
10+
* Sprint review
11+
* Next steps planned
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Just a short note to test small files.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Project Alpha
2+
3+
#project
4+
5+
Status: Active
6+
Lead: Alice
7+
8+
## Overview
9+
A sample project for integration testing.
10+
11+
## Tasks
12+
* [ ] Design review
13+
* [x] Initial setup
14+
* [ ] Implementation
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Welcome to the test space.
2+
3+
This is the index page used by the integration test suite.
4+
5+
## Links
6+
* [[Notes/Meeting Notes]]
7+
* [[Projects/Project Alpha]]

0 commit comments

Comments
 (0)