diff --git a/.gitignore b/.gitignore index 74d8433c..23e0a889 100644 --- a/.gitignore +++ b/.gitignore @@ -32,8 +32,9 @@ lockfile.janet # Local directory for testing local -# Common test file I use. +# Common test files I use. temp.janet +scratch.janet # Emscripten *.bc diff --git a/test/suite0002.janet b/test/suite0002.janet index e68fb365..4721d685 100644 --- a/test/suite0002.janet +++ b/test/suite0002.janet @@ -1,4 +1,4 @@ -#' Copyright (c) 2021 Calvin Rose +# Copyright (c) 2021 Calvin Rose # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/test/suite0010.janet b/test/suite0010.janet index 6a242731..7e8c8520 100644 --- a/test/suite0010.janet +++ b/test/suite0010.janet @@ -1,4 +1,4 @@ -#- Copyright (c) 2021 Calvin Rose & contributors +# Copyright (c) 2021 Calvin Rose & contributors # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to