[flang-commits] [flang] [llvm] [flang] [flang-rt] Implement AT edit descriptor for Fortran 202X with appropriate handling and tests (PR #189157)
via flang-commits
flang-commits at lists.llvm.org
Thu Apr 2 07:15:45 PDT 2026
================
@@ -1018,3 +1018,66 @@ TEST(IOApiTests, ConfusingMinimization) {
EXPECT_TRUE(CompareFormattedStrings(" 65504. ", got))
<< "expected ' 65504. ', got '" << got << '\''; // not 65500.!
}
+
+// Test AT edit descriptor (F202X) - trims trailing blanks on output
----------------
kwyatt-ext wrote:
It should be F2023.
https://github.com/llvm/llvm-project/pull/189157
More information about the flang-commits
mailing list