aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn S. Urban <urbanjost@comcast.net>2021-07-09 16:03:46 -0400
committerJohn S. Urban <urbanjost@comcast.net>2021-07-09 16:03:46 -0400
commit8b3b3f088700ce0270932762855978f2fec1584c (patch)
treeb7f5fc1c355500ea92ca920c3465a328fc848b13 /test
parent9aae783e6877a8648d93a1e7b95459e6967f8c6b (diff)
downloadfpm-8b3b3f088700ce0270932762855978f2fec1584c.tar.gz
fpm-8b3b3f088700ce0270932762855978f2fec1584c.zip
remove # from tests
Diffstat (limited to 'test')
-rw-r--r--test/fpm_test/test_manifest.f904
-rw-r--r--test/fpm_test/test_toml.f904
2 files changed, 4 insertions, 4 deletions
diff --git a/test/fpm_test/test_manifest.f90 b/test/fpm_test/test_manifest.f90
index 69c86fd..0f64aca 100644
--- a/test/fpm_test/test_manifest.f90
+++ b/test/fpm_test/test_manifest.f90
@@ -85,13 +85,13 @@ contains
& '[dependencies.fpm]', &
& 'git = "https://github.com/fortran-lang/fpm"', &
& '[[executable]]', &
- & 'name = "example-#1" # comment', &
+ & 'name = "example-1" # comment', &
& 'source-dir = "prog"', &
& '[dependencies]', &
& 'toml-f.git = "git@github.com:toml-f/toml-f.git"', &
& '"toml..f" = { path = ".." }', &
& '[["executable"]]', &
- & 'name = "example-#2"', &
+ & 'name = "example-2"', &
& 'source-dir = "prog"', &
& '[executable.dependencies]', &
& '[''library'']', &
diff --git a/test/fpm_test/test_toml.f90 b/test/fpm_test/test_toml.f90
index ba48307..1ffea1d 100644
--- a/test/fpm_test/test_toml.f90
+++ b/test/fpm_test/test_toml.f90
@@ -41,13 +41,13 @@ contains
& '[dependencies.fpm]', &
& 'git = "https://github.com/fortran-lang/fpm"', &
& '[[executable]]', &
- & 'name = "example-#1" # comment', &
+ & 'name = "example-1" # comment', &
& 'source-dir = "prog"', &
& '[dependencies]', &
& 'toml-f.git = "git@github.com:toml-f/toml-f.git"', &
& '"toml..f" = { path = ".." }', &
& '[["executable"]]', &
- & 'name = "example-#2"', &
+ & 'name = "example-2"', &
& 'source-dir = "prog"', &
& '[executable.dependencies]', &
& '[''library'']', &