2021-06-17 17:06:32 -04:00
|
|
|
=====================
|
|
|
|
No argument [message]
|
|
|
|
=====================
|
|
|
|
|
|
|
|
message()
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
(source_file
|
2021-06-27 15:20:09 -04:00
|
|
|
(normal_command
|
|
|
|
(identifier)
|
2021-06-17 17:06:32 -04:00
|
|
|
)
|
|
|
|
)
|
|
|
|
|
|
|
|
=================================
|
|
|
|
No argument with spaces [message]
|
|
|
|
=================================
|
|
|
|
|
|
|
|
message( )
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
(source_file
|
2021-06-27 15:20:09 -04:00
|
|
|
(normal_command
|
|
|
|
(identifier)
|
2021-06-17 17:06:32 -04:00
|
|
|
)
|
|
|
|
)
|
|
|
|
|
|
|
|
===============================================
|
|
|
|
Message without argument with newline [message]
|
|
|
|
===============================================
|
|
|
|
|
|
|
|
message(
|
|
|
|
|
|
|
|
)
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
(source_file
|
2021-06-27 15:20:09 -04:00
|
|
|
(normal_command
|
|
|
|
(identifier)
|
2021-06-17 17:06:32 -04:00
|
|
|
)
|
|
|
|
)
|
2021-06-25 20:18:08 -04:00
|
|
|
|
|
|
|
==================================================
|
|
|
|
Message with STATUS and bracket argument [message]
|
|
|
|
==================================================
|
|
|
|
|
|
|
|
message(STATUS [=[Some argument ]==] ]=] )
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
(source_file
|
2021-06-27 15:20:09 -04:00
|
|
|
(normal_command
|
|
|
|
(identifier)
|
|
|
|
(argument (unquoted_argument))
|
2021-06-25 20:18:08 -04:00
|
|
|
(argument (bracket_argument))
|
|
|
|
)
|
|
|
|
)
|
2021-06-26 11:54:04 -04:00
|
|
|
|
2021-06-27 15:20:09 -04:00
|
|
|
==============================================================
|
2021-06-26 11:54:04 -04:00
|
|
|
Message with STATUS and bracket argument and newline [message]
|
2021-06-27 15:20:09 -04:00
|
|
|
==============================================================
|
2021-06-26 11:54:04 -04:00
|
|
|
|
2021-06-27 15:20:09 -04:00
|
|
|
message(STATUS
|
|
|
|
[=[Some argument
|
2021-06-26 11:54:04 -04:00
|
|
|
]==] ]=] )
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
(source_file
|
2021-06-27 15:20:09 -04:00
|
|
|
(normal_command
|
|
|
|
(identifier)
|
|
|
|
(argument (unquoted_argument))
|
2021-06-26 11:54:04 -04:00
|
|
|
(argument (bracket_argument))
|
|
|
|
)
|
|
|
|
)
|
2021-06-29 14:35:34 -04:00
|
|
|
|
|
|
|
======================================================
|
|
|
|
Message with STATUS and an unquoted argument [message]
|
|
|
|
======================================================
|
|
|
|
|
|
|
|
message(STATUS argument)
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
(source_file
|
|
|
|
(normal_command
|
|
|
|
(identifier)
|
|
|
|
(argument (unquoted_argument))
|
|
|
|
(argument (unquoted_argument))
|
|
|
|
)
|
|
|
|
)
|