Skip to content

Commit 43d82f0

Browse files
committed
test: remove trailing newlines from JSON golden files
Change-Id: I07e46aa00b16f50b44e8e56b614c125cbf8bcb47 Signed-off-by: Thomas Kosiewski <tk@coder.com>
1 parent 3bdf7c1 commit 43d82f0

33 files changed

+0
-33
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
22
"sessionId": "sess_abc123def456"
33
}
4-

go/testdata/json_golden/content_audio.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33
"mimeType": "audio/wav",
44
"data": "UklGRiQAAABXQVZFZm10IBAAAAABAAEAQB8AAAB..."
55
}
6-

go/testdata/json_golden/content_image.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33
"mimeType": "image/png",
44
"data": "iVBORw0KGgoAAAANSUhEUgAAAAEAAAAB..."
55
}
6-

go/testdata/json_golden/content_resource_blob.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@
66
"blob": "<b64>"
77
}
88
}
9-

go/testdata/json_golden/content_resource_link.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@
55
"mimeType": "application/pdf",
66
"size": 1024000
77
}
8-

go/testdata/json_golden/content_resource_text.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@
66
"text": "def hello():\n print('Hello, world!')"
77
}
88
}
9-

go/testdata/json_golden/content_text.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
"type": "text",
33
"text": "What's the weather like today?"
44
}
5-

go/testdata/json_golden/fs_read_text_file_request.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@
44
"line": 10,
55
"limit": 50
66
}
7-
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
22
"content": "def hello_world():\n print('Hello, world!')\n"
33
}
4-

go/testdata/json_golden/fs_write_text_file_request.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33
"path": "/home/user/project/config.json",
44
"content": "{\n \"debug\": true,\n \"version\": \"1.0.0\"\n}"
55
}
6-

0 commit comments

Comments
 (0)