# Copyright (c) reifydb.com 2026
# This file is licensed under the Apache-2.0
# Test string operations
query 'MAP { "Hello" + " " + "World" }'
---
> +---------------------------+
> | "Hello" + " " + "World" |
> +---------------------------+
> | Hello World |
> +---------------------------+
>