13 lines
432 B
Nim
13 lines
432 B
Nim
# SPDX-License-Identifier: LSL-1.0
|
|
# Copyright (c) 2026 Markus Maiwald
|
|
# Stewardship: Self Sovereign Society Foundation
|
|
#
|
|
# This file is part of the Nexus Sovereign Core.
|
|
# See legal/LICENSE_SOVEREIGN.md for license terms.
|
|
|
|
## Rumpk Layer 1: FS Test Wrapper
|
|
##
|
|
## Internal testing utility for file system wrapping logic.
|
|
proc foo() =
|
|
echo "this is a very long line to see if it gets wrapped in the actual file system by the tool"
|