CGX Formatter puzzle discussion

If you want, you may send me your code in private message and I’ll take a look.

For anyone failing Validator 4 “Simple string of characters which must not be modified”, the following custom case may be useful for debugging your code:

Input

2
	'Let(us)'	
=	 'begin' 

Output

'Let(us)'='begin'

I’ve also updated the collection of custom cases here.

1 Like

I’m surprised that no one pointed out the errors in the text of the puzzle condition:

  1. Using VALUE_KEY instead of KEY_VALUE;
  • A VALUE_KEY starts on its own line.e.
  • A PRIMITIVE_TYPE starts on its own line unless it is the value of a VALUE_KEY;
  1. Missing letter K in the word BLOCK in the picture.
    cgx7

  2. Two extra characters.

  • A VALUE_KEY starts on its own line.e.