aboutsummaryrefslogtreecommitdiff
path: root/tests/source-package-example/hello.js
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-04-27 12:08:26 +0200
committerWojtek Kosior <koszko@koszko.org>2022-04-27 12:08:26 +0200
commitc50d1505d307bf6711d12001d173ae14d91548ab (patch)
treea1591a5f7791462213fa63b74c9e2e802bf7e961 /tests/source-package-example/hello.js
parentbbb9e6fbbec3f6f83b72baf9d337b93aa5f0cb21 (diff)
parentae96024993f111bcb1e48824f5f63be63ef38b1f (diff)
downloadhaketilo-hydrilla-c50d1505d307bf6711d12001d173ae14d91548ab.tar.gz
haketilo-hydrilla-c50d1505d307bf6711d12001d173ae14d91548ab.zip
Update upstream source from tag 'upstream/1.0'
Update to upstream version '1.0' with Debian dir f4a8cf6c148c483e4efd4e885ebc690eea98b8c1
Diffstat (limited to 'tests/source-package-example/hello.js')
-rw-r--r--tests/source-package-example/hello.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/source-package-example/hello.js b/tests/source-package-example/hello.js
new file mode 100644
index 0000000..46c0148
--- /dev/null
+++ b/tests/source-package-example/hello.js
@@ -0,0 +1,7 @@
+// SPDX-License-Identifier: CC0-1.0
+
+// Copyright (C) 2021 Wojtek Kosior <koszko@koszko.org>
+//
+// Available under the terms of Creative Commons Zero v1.0 Universal.
+
+console.log(hello_message + "apple!");