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