From 7f043e28ede3d70de765c2b89909ee795a34cd49 Mon Sep 17 00:00:00 2001 From: Karl-Michael Schindler <karl-michael.schindler@web.de> Date: Tue, 15 Oct 2024 17:18:43 +0200 Subject: [PATCH] rename *.yml to *.yaml --- testprograms/YAML-Test/{eelsbosin001.yml => eelsbosin001.yaml} | 0 testprograms/YAML-Test/test2.f90 | 2 +- tests/inputFiles/{eelsbosin001.yml => eelsbosin001.yaml} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename testprograms/YAML-Test/{eelsbosin001.yml => eelsbosin001.yaml} (100%) rename tests/inputFiles/{eelsbosin001.yml => eelsbosin001.yaml} (100%) diff --git a/testprograms/YAML-Test/eelsbosin001.yml b/testprograms/YAML-Test/eelsbosin001.yaml similarity index 100% rename from testprograms/YAML-Test/eelsbosin001.yml rename to testprograms/YAML-Test/eelsbosin001.yaml diff --git a/testprograms/YAML-Test/test2.f90 b/testprograms/YAML-Test/test2.f90 index 09f4e59..9e19299 100644 --- a/testprograms/YAML-Test/test2.f90 +++ b/testprograms/YAML-Test/test2.f90 @@ -20,7 +20,7 @@ program test write (*,*) 'Program test' - call file%parse("eelsbosin001.yml", err) + call file%parse("eelsbosin001.yaml", err) if (allocated(err)) then write (*,*) err stop 1 diff --git a/tests/inputFiles/eelsbosin001.yml b/tests/inputFiles/eelsbosin001.yaml similarity index 100% rename from tests/inputFiles/eelsbosin001.yml rename to tests/inputFiles/eelsbosin001.yaml -- GitLab