cmd/cue: import -R: don't treat text with no newlines as YAML
To avoid potentially dangerous false positives, change the `import --recursive`
logic to avoid treating any single-line text as YAML.
Fixes #1443.
Change-Id: I65bb7974dac35f04b27127471980fcb5ffc562cd
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/536902
Reviewed-by: Marcel van Lohuizen <mpvl@gmail.com>