Add graph references

This commit is contained in:
Abdelrahman Said
2026-06-28 13:49:01 +01:00
parent 0a9807e448
commit a11edf0c53
2578 changed files with 868045 additions and 0 deletions
@@ -0,0 +1,17 @@
# This file is used to test the handling of decimal points
# under different locales.
graph [
node [
id 1
value 1.23
]
node [
id 2
value 4.87e-5
]
edge [
source 1
target 2
weight -3.779e+2
]
]